java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceDriverProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceDriverProperties(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final StructLayoutstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final SequenceLayoutstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final longstatic 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 MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVkPhysicalDeviceDriverPropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPhysicalDeviceDriverProperties[]clone(Arena arena, VkPhysicalDeviceDriverProperties src) static VkPhysicalDeviceDriverProperties[]clone(Arena arena, VkPhysicalDeviceDriverProperties[] src) voidintdriverID()voiddriverID(int value) tech.icey.panama.buffer.ByteBuffervoiddriverInfo(tech.icey.panama.buffer.ByteBuffer value) tech.icey.panama.buffer.ByteBuffervoiddriverName(tech.icey.panama.buffer.ByteBuffer value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.pNext()voidpNext(MemorySegment value) voidpNext(tech.icey.panama.IPointer pointer) segment()Returns the value of thesegmentrecord component.intsType()voidsType(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$sType
-
PATH$pNext
-
PATH$driverID
-
PATH$driverName
-
PATH$driverInfo
-
PATH$conformanceVersion
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$driverID
-
LAYOUT$driverName
-
LAYOUT$driverInfo
-
LAYOUT$conformanceVersion
-
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$driverID
public static final long OFFSET$driverID -
OFFSET$driverName
public static final long OFFSET$driverName -
OFFSET$driverInfo
public static final long OFFSET$driverInfo -
OFFSET$conformanceVersion
public static final long OFFSET$conformanceVersion -
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$driverID
public static final long SIZE$driverID -
SIZE$driverName
public static final long SIZE$driverName -
SIZE$driverInfo
public static final long SIZE$driverInfo -
SIZE$conformanceVersion
public static final long SIZE$conformanceVersion
-
-
Constructor Details
-
VkPhysicalDeviceDriverProperties
Creates an instance of aVkPhysicalDeviceDriverPropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
sType
public int sType() -
sType
public void sType(int value) -
pNext
-
pNext
-
pNext
public void pNext(tech.icey.panama.IPointer pointer) -
driverID
public int driverID() -
driverID
public void driverID(int value) -
driverNameRaw
-
driverName
public tech.icey.panama.buffer.ByteBuffer driverName() -
driverName
public void driverName(tech.icey.panama.buffer.ByteBuffer value) -
driverInfoRaw
-
driverInfo
public tech.icey.panama.buffer.ByteBuffer driverInfo() -
driverInfo
public void driverInfo(tech.icey.panama.buffer.ByteBuffer value) -
conformanceVersion
-
conformanceVersion
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceDriverProperties clone(Arena arena, VkPhysicalDeviceDriverProperties src) -
clone
public static VkPhysicalDeviceDriverProperties[] clone(Arena arena, VkPhysicalDeviceDriverProperties[] 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
-