Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceIDProperties
Packages that use VkPhysicalDeviceIDProperties
-
Uses of VkPhysicalDeviceIDProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceIDPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceIDProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceIDProperties
@NotNull VkPhysicalDeviceIDProperties
VkPhysicalDeviceIDProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPhysicalDeviceIDProperties
VkPhysicalDeviceIDProperties.clone
(Arena arena, VkPhysicalDeviceIDProperties src) VkPhysicalDeviceIDProperties.deviceLUID
(BytePtr value) VkPhysicalDeviceIDProperties.deviceLUIDValid
(int value) VkPhysicalDeviceIDProperties.deviceNodeMask
(int value) VkPhysicalDeviceIDProperties.deviceUUID
(BytePtr value) VkPhysicalDeviceIDProperties.driverUUID
(BytePtr value) VkPhysicalDeviceIDProperties.sType
(int value) VkPhysicalDeviceIDProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceIDProperties> VkPhysicalDeviceIDProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceIDPropertiesModifier and TypeMethodDescriptionstatic VkPhysicalDeviceIDProperties
VkPhysicalDeviceIDProperties.clone
(Arena arena, VkPhysicalDeviceIDProperties src) void
VkPhysicalDeviceIDProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceIDProperties value)