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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkPresentInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPresentInfoKHRModifier and TypeMethodDescriptionstatic VkPresentInfoKHR
@NotNull VkPresentInfoKHR
VkPresentInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPresentInfoKHR
VkPresentInfoKHR.clone
(Arena arena, VkPresentInfoKHR src) VkPresentInfoKHR.pImageIndices
(@Nullable IntPtr 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 VkPresentInfoKHR
VkPresentInfoKHR.clone
(Arena arena, VkPresentInfoKHR src) void
VkPresentInfoKHR.Ptr.write
(long index, @NotNull VkPresentInfoKHR value)