Uses of Record Class
club.doki7.vulkan.handle.VkSwapchainKHR
Packages that use VkSwapchainKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSwapchainKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.acquireFullScreenExclusiveModeEXT
(VkDevice device, VkSwapchainKHR swapchain) int
VkDeviceCommands.acquireNextImageKHR
(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) void
VkDeviceCommands.destroySwapchainKHR
(VkDevice device, @Nullable VkSwapchainKHR swapchain, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.getLatencyTimingsNV
(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) int
VkDeviceCommands.getPastPresentationTimingGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) int
VkDeviceCommands.getRefreshCycleDurationGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) int
VkDeviceCommands.getSwapchainCounterEXT
(VkDevice device, VkSwapchainKHR swapchain, int counter, LongPtr pCounterValue) int
VkDeviceCommands.getSwapchainImagesKHR
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) int
VkDeviceCommands.getSwapchainStatusKHR
(VkDevice device, VkSwapchainKHR swapchain) int
VkDeviceCommands.latencySleepNV
(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) int
VkDeviceCommands.releaseFullScreenExclusiveModeEXT
(VkDevice device, VkSwapchainKHR swapchain) void
VkDeviceCommands.setLatencyMarkerNV
(VkDevice device, VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV pLatencyMarkerInfo) int
VkDeviceCommands.setLatencySleepModeNV
(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV pSleepModeInfo) void
VkDeviceCommands.setLocalDimmingAMD
(VkDevice device, VkSwapchainKHR swapChain, int localDimmingEnable) int
VkDeviceCommands.waitForPresentKHR
(VkDevice device, VkSwapchainKHR swapchain, long presentId, long timeout) -
Uses of VkSwapchainKHR in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSwapchainKHRModifier and TypeMethodDescription@Nullable VkSwapchainKHR
VkSwapchainCreateInfoKHR.oldSwapchain()
@Nullable VkSwapchainKHR
VkAcquireNextImageInfoKHR.swapchain()
@Nullable VkSwapchainKHR
VkBindImageMemorySwapchainInfoKHR.swapchain()
@Nullable VkSwapchainKHR
VkImageSwapchainCreateInfoKHR.swapchain()
@Nullable VkSwapchainKHR
VkReleaseSwapchainImagesInfoEXT.swapchain()
Methods in club.doki7.vulkan.datatype with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionVkSwapchainCreateInfoKHR.oldSwapchain
(@Nullable VkSwapchainKHR value) VkAcquireNextImageInfoKHR.swapchain
(@Nullable VkSwapchainKHR value) VkBindImageMemorySwapchainInfoKHR.swapchain
(@Nullable VkSwapchainKHR value) VkImageSwapchainCreateInfoKHR.swapchain
(@Nullable VkSwapchainKHR value) VkReleaseSwapchainImagesInfoEXT.swapchain
(@Nullable VkSwapchainKHR value) -
Uses of VkSwapchainKHR in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkSwapchainKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkSwapchainKHR
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSwapchainKHRModifier and TypeMethodDescription@Nullable VkSwapchainKHR
VkSwapchainKHR.Ptr.read()
@Nullable VkSwapchainKHR
VkSwapchainKHR.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkSwapchainKHRModifier and TypeMethodDescription@NotNull Iterator
<VkSwapchainKHR> VkSwapchainKHR.Ptr.iterator()
Methods in club.doki7.vulkan.handle with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionstatic VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocate
(Arena arena, @Nullable VkSwapchainKHR @NotNull [] values) static VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocateV
(Arena arena, @Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) void
VkSwapchainKHR.Ptr.write
(long index, @Nullable VkSwapchainKHR value) void
VkSwapchainKHR.Ptr.write
(@Nullable VkSwapchainKHR value) void
VkSwapchainKHR.Ptr.write
(@Nullable VkSwapchainKHR[] values) void
VkSwapchainKHR.Ptr.writeV
(@Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkSwapchainKHRModifier and TypeMethodDescriptionstatic VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkSwapchainKHR> values)