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