java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkPhysicalDeviceProperties
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkPhysicalDeviceProperties(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final StructLayoutstatic final SequenceLayoutstatic final StructLayoutstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic 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 MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceProperties(MemorySegment segment) Creates an instance of aVkPhysicalDevicePropertiesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPhysicalDevicePropertiesstatic VkPhysicalDeviceProperties[]intvoidapiVersion(int value) static VkPhysicalDevicePropertiesclone(Arena arena, VkPhysicalDeviceProperties src) static VkPhysicalDeviceProperties[]clone(Arena arena, VkPhysicalDeviceProperties[] src) intdeviceID()voiddeviceID(int value) tech.icey.panama.buffer.ByteBuffervoiddeviceName(tech.icey.panama.buffer.ByteBuffer value) intvoiddeviceType(int value) intvoiddriverVersion(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.limits()voidlimits(VkPhysicalDeviceLimits value) tech.icey.panama.buffer.ByteBuffervoidpipelineCacheUUID(tech.icey.panama.buffer.ByteBuffer value) segment()Returns the value of thesegmentrecord component.voidfinal StringtoString()Returns a string representation of this record class.intvendorID()voidvendorID(int value)
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$apiVersion
-
PATH$driverVersion
-
PATH$vendorID
-
PATH$deviceID
-
PATH$deviceType
-
PATH$deviceName
-
PATH$pipelineCacheUUID
-
PATH$limits
-
PATH$sparseProperties
-
LAYOUT$apiVersion
-
LAYOUT$driverVersion
-
LAYOUT$vendorID
-
LAYOUT$deviceID
-
LAYOUT$deviceType
-
LAYOUT$deviceName
-
LAYOUT$pipelineCacheUUID
-
LAYOUT$limits
-
LAYOUT$sparseProperties
-
OFFSET$apiVersion
public static final long OFFSET$apiVersion -
OFFSET$driverVersion
public static final long OFFSET$driverVersion -
OFFSET$vendorID
public static final long OFFSET$vendorID -
OFFSET$deviceID
public static final long OFFSET$deviceID -
OFFSET$deviceType
public static final long OFFSET$deviceType -
OFFSET$deviceName
public static final long OFFSET$deviceName -
OFFSET$pipelineCacheUUID
public static final long OFFSET$pipelineCacheUUID -
OFFSET$limits
public static final long OFFSET$limits -
OFFSET$sparseProperties
public static final long OFFSET$sparseProperties -
SIZE$apiVersion
public static final long SIZE$apiVersion -
SIZE$driverVersion
public static final long SIZE$driverVersion -
SIZE$vendorID
public static final long SIZE$vendorID -
SIZE$deviceID
public static final long SIZE$deviceID -
SIZE$deviceType
public static final long SIZE$deviceType -
SIZE$deviceName
public static final long SIZE$deviceName -
SIZE$pipelineCacheUUID
public static final long SIZE$pipelineCacheUUID -
SIZE$limits
public static final long SIZE$limits -
SIZE$sparseProperties
public static final long SIZE$sparseProperties
-
-
Constructor Details
-
VkPhysicalDeviceProperties
Creates an instance of aVkPhysicalDevicePropertiesrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
apiVersion
public int apiVersion() -
apiVersion
public void apiVersion(int value) -
driverVersion
public int driverVersion() -
driverVersion
public void driverVersion(int value) -
vendorID
public int vendorID() -
vendorID
public void vendorID(int value) -
deviceID
public int deviceID() -
deviceID
public void deviceID(int value) -
deviceType
public int deviceType() -
deviceType
public void deviceType(int value) -
deviceNameRaw
-
deviceName
public tech.icey.panama.buffer.ByteBuffer deviceName() -
deviceName
public void deviceName(tech.icey.panama.buffer.ByteBuffer value) -
pipelineCacheUUIDRaw
-
pipelineCacheUUID
public tech.icey.panama.buffer.ByteBuffer pipelineCacheUUID() -
pipelineCacheUUID
public void pipelineCacheUUID(tech.icey.panama.buffer.ByteBuffer value) -
limits
-
limits
-
sparseProperties
-
sparseProperties
-
allocate
-
allocate
-
clone
-
clone
-
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
-