Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan11Properties
Packages that use VkPhysicalDeviceVulkan11Properties
-
Uses of VkPhysicalDeviceVulkan11Properties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVulkan11Properties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan11Properties
VkPhysicalDeviceVulkan11Properties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan11Properties.clone
(Arena arena, VkPhysicalDeviceVulkan11Properties src) VkPhysicalDeviceVulkan11Properties.deviceLUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.deviceLUIDValid
(int value) VkPhysicalDeviceVulkan11Properties.deviceNodeMask
(int value) VkPhysicalDeviceVulkan11Properties.deviceUUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.driverUUID
(BytePtr value) VkPhysicalDeviceVulkan11Properties.maxMemoryAllocationSize
(long value) VkPhysicalDeviceVulkan11Properties.maxMultiviewInstanceIndex
(int value) VkPhysicalDeviceVulkan11Properties.maxMultiviewViewCount
(int value) VkPhysicalDeviceVulkan11Properties.maxPerSetDescriptors
(int value) VkPhysicalDeviceVulkan11Properties.pointClippingBehavior
(int value) VkPhysicalDeviceVulkan11Properties.protectedNoFault
(int value) VkPhysicalDeviceVulkan11Properties.sType
(int value) VkPhysicalDeviceVulkan11Properties.subgroupQuadOperationsInAllStages
(int value) VkPhysicalDeviceVulkan11Properties.subgroupSize
(int value) VkPhysicalDeviceVulkan11Properties.subgroupSupportedOperations
(int value) VkPhysicalDeviceVulkan11Properties.subgroupSupportedStages
(int value) VkPhysicalDeviceVulkan11Properties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceVulkan11Properties> VkPhysicalDeviceVulkan11Properties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan11PropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Properties.clone
(Arena arena, VkPhysicalDeviceVulkan11Properties src) void
VkPhysicalDeviceVulkan11Properties.Ptr.write
(long index, @NotNull VkPhysicalDeviceVulkan11Properties value)