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