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