java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkDrawIndexedIndirectCommand
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkDrawIndexedIndirectCommand(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkDrawIndexedIndirectCommandrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkDrawIndexedIndirectCommandstatic VkDrawIndexedIndirectCommand[]static VkDrawIndexedIndirectCommandclone(Arena arena, VkDrawIndexedIndirectCommand src) static VkDrawIndexedIndirectCommand[]clone(Arena arena, VkDrawIndexedIndirectCommand[] src) final booleanIndicates whether some other object is "equal to" this one.intvoidfirstIndex(int value) intvoidfirstInstance(int value) final inthashCode()Returns a hash code value for this object.intvoidindexCount(int value) intvoidinstanceCount(int value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.intvoidvertexOffset(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$indexCount
-
PATH$instanceCount
-
PATH$firstIndex
-
PATH$vertexOffset
-
PATH$firstInstance
-
LAYOUT$indexCount
-
LAYOUT$instanceCount
-
LAYOUT$firstIndex
-
LAYOUT$vertexOffset
-
LAYOUT$firstInstance
-
OFFSET$indexCount
public static final long OFFSET$indexCount -
OFFSET$instanceCount
public static final long OFFSET$instanceCount -
OFFSET$firstIndex
public static final long OFFSET$firstIndex -
OFFSET$vertexOffset
public static final long OFFSET$vertexOffset -
OFFSET$firstInstance
public static final long OFFSET$firstInstance -
SIZE$indexCount
public static final long SIZE$indexCount -
SIZE$instanceCount
public static final long SIZE$instanceCount -
SIZE$firstIndex
public static final long SIZE$firstIndex -
SIZE$vertexOffset
public static final long SIZE$vertexOffset -
SIZE$firstInstance
public static final long SIZE$firstInstance
-
-
Constructor Details
-
VkDrawIndexedIndirectCommand
Creates an instance of aVkDrawIndexedIndirectCommandrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
indexCount
public int indexCount() -
indexCount
public void indexCount(int value) -
instanceCount
public int instanceCount() -
instanceCount
public void instanceCount(int value) -
firstIndex
public int firstIndex() -
firstIndex
public void firstIndex(int value) -
vertexOffset
public int vertexOffset() -
vertexOffset
public void vertexOffset(int value) -
firstInstance
public int firstInstance() -
firstInstance
public void firstInstance(int value) -
allocate
-
allocate
-
clone
-
clone
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-