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