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