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