java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkSetStateFlagsIndirectCommandNV
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkSetStateFlagsIndirectCommandNV(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final longstatic final MemoryLayout.PathElementstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkSetStateFlagsIndirectCommandNVrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSetStateFlagsIndirectCommandNV[]clone(Arena arena, VkSetStateFlagsIndirectCommandNV src) static VkSetStateFlagsIndirectCommandNV[]clone(Arena arena, VkSetStateFlagsIndirectCommandNV[] src) intdata()voiddata(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$data
-
LAYOUT$data
-
OFFSET$data
public static final long OFFSET$data -
SIZE$data
public static final long SIZE$data
-
-
Constructor Details
-
VkSetStateFlagsIndirectCommandNV
Creates an instance of aVkSetStateFlagsIndirectCommandNVrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
data
public int data() -
data
public void data(int value) -
allocate
-
allocate
-
clone
public static VkSetStateFlagsIndirectCommandNV clone(Arena arena, VkSetStateFlagsIndirectCommandNV src) -
clone
public static VkSetStateFlagsIndirectCommandNV[] clone(Arena arena, VkSetStateFlagsIndirectCommandNV[] src) -
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
-