java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPipelineCacheHeaderVersionOne
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPipelineCacheHeaderVersionOne(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 SequenceLayoutstatic 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 aVkPipelineCacheHeaderVersionOnerecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPipelineCacheHeaderVersionOne[]clone(Arena arena, VkPipelineCacheHeaderVersionOne src) static VkPipelineCacheHeaderVersionOne[]clone(Arena arena, VkPipelineCacheHeaderVersionOne[] src) intdeviceID()voiddeviceID(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intvoidheaderSize(int value) intvoidheaderVersion(int value) tech.icey.panama.buffer.ByteBuffervoidpipelineCacheUUID(tech.icey.panama.buffer.ByteBuffer value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.intvendorID()voidvendorID(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$headerSize
-
PATH$headerVersion
-
PATH$vendorID
-
PATH$deviceID
-
PATH$pipelineCacheUUID
-
LAYOUT$headerSize
-
LAYOUT$headerVersion
-
LAYOUT$vendorID
-
LAYOUT$deviceID
-
LAYOUT$pipelineCacheUUID
-
OFFSET$headerSize
public static final long OFFSET$headerSize -
OFFSET$headerVersion
public static final long OFFSET$headerVersion -
OFFSET$vendorID
public static final long OFFSET$vendorID -
OFFSET$deviceID
public static final long OFFSET$deviceID -
OFFSET$pipelineCacheUUID
public static final long OFFSET$pipelineCacheUUID -
SIZE$headerSize
public static final long SIZE$headerSize -
SIZE$headerVersion
public static final long SIZE$headerVersion -
SIZE$vendorID
public static final long SIZE$vendorID -
SIZE$deviceID
public static final long SIZE$deviceID -
SIZE$pipelineCacheUUID
public static final long SIZE$pipelineCacheUUID
-
-
Constructor Details
-
VkPipelineCacheHeaderVersionOne
Creates an instance of aVkPipelineCacheHeaderVersionOnerecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
headerSize
public int headerSize() -
headerSize
public void headerSize(int value) -
headerVersion
public int headerVersion() -
headerVersion
public void headerVersion(int value) -
vendorID
public int vendorID() -
vendorID
public void vendorID(int value) -
deviceID
public int deviceID() -
deviceID
public void deviceID(int value) -
pipelineCacheUUIDRaw
-
pipelineCacheUUID
public tech.icey.panama.buffer.ByteBuffer pipelineCacheUUID() -
pipelineCacheUUID
public void pipelineCacheUUID(tech.icey.panama.buffer.ByteBuffer value) -
allocate
-
allocate
-
clone
public static VkPipelineCacheHeaderVersionOne clone(Arena arena, VkPipelineCacheHeaderVersionOne src) -
clone
public static VkPipelineCacheHeaderVersionOne[] clone(Arena arena, VkPipelineCacheHeaderVersionOne[] 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
-