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