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