Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSubgroupProperties
Packages that use VkPhysicalDeviceSubgroupProperties
-
Uses of VkPhysicalDeviceSubgroupProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSubgroupPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceSubgroupProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSubgroupPropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceSubgroupProperties
VkPhysicalDeviceSubgroupProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSubgroupProperties.clone
(Arena arena, VkPhysicalDeviceSubgroupProperties src) VkPhysicalDeviceSubgroupProperties.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceSubgroupProperties.quadOperationsInAllStages
(int value) VkPhysicalDeviceSubgroupProperties.sType
(int value) VkPhysicalDeviceSubgroupProperties.subgroupSize
(int value) VkPhysicalDeviceSubgroupProperties.supportedOperations
(int value) VkPhysicalDeviceSubgroupProperties.supportedStages
(int value) VkPhysicalDeviceSubgroupProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSubgroupPropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceSubgroupProperties> VkPhysicalDeviceSubgroupProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSubgroupPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceSubgroupProperties.clone
(Arena arena, VkPhysicalDeviceSubgroupProperties src) void
VkPhysicalDeviceSubgroupProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceSubgroupProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceSubgroupPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceSubgroupProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSubgroupProperties> consumer)