Uses of Record Class
club.doki7.vulkan.datatype.VkPresentInfoKHR
Packages that use VkPresentInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPresentInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPresentInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.queuePresentKHR(VkQueue queue, VkPresentInfoKHR pPresentInfo) -
Uses of VkPresentInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPresentInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPresentInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPresentInfoKHRModifier and TypeMethodDescriptionstatic VkPresentInfoKHR@NotNull VkPresentInfoKHRVkPresentInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPresentInfoKHRVkPresentInfoKHR.clone(Arena arena, VkPresentInfoKHR src) VkPresentInfoKHR.pImageIndices(@Nullable IntPtr value) VkPresentInfoKHR.pNext(@NotNull MemorySegment value) VkPresentInfoKHR.pSwapchains(VkSwapchainKHR.Ptr value) VkPresentInfoKHR.pWaitSemaphores(VkSemaphore.Ptr value) VkPresentInfoKHR.sType(int value) VkPresentInfoKHR.swapchainCount(int value) VkPresentInfoKHR.Ptr.toArray()VkPresentInfoKHR.waitSemaphoreCount(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPresentInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkPresentInfoKHR> VkPresentInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPresentInfoKHRModifier and TypeMethodDescriptionstatic VkPresentInfoKHRVkPresentInfoKHR.clone(Arena arena, VkPresentInfoKHR src) voidVkPresentInfoKHR.Ptr.write(long index, @NotNull VkPresentInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPresentInfoKHRModifier and TypeMethodDescriptionVkPresentInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPresentInfoKHR> consumer)