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