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 TypeMethodDescriptionintVkDeviceCommands.acquireFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapchain) intVkDeviceCommands.acquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, IntPtr pImageIndex) voidVkDeviceCommands.destroySwapchainKHR(VkDevice device, @Nullable VkSwapchainKHR swapchain, @Nullable VkAllocationCallbacks pAllocator) voidVkDeviceCommands.getLatencyTimingsNV(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) intVkDeviceCommands.getPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) intVkDeviceCommands.getRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) intVkDeviceCommands.getSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, int counter, LongPtr pCounterValue) intVkDeviceCommands.getSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, IntPtr pSwapchainImageCount, VkImage.Ptr pSwapchainImages) intVkDeviceCommands.getSwapchainStatusKHR(VkDevice device, VkSwapchainKHR swapchain) intVkDeviceCommands.latencySleepNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) intVkDeviceCommands.releaseFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapchain) voidVkDeviceCommands.setLatencyMarkerNV(VkDevice device, VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV pLatencyMarkerInfo) intVkDeviceCommands.setLatencySleepModeNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV pSleepModeInfo) voidVkDeviceCommands.setLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, int localDimmingEnable) intVkDeviceCommands.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 VkSwapchainKHRVkSwapchainCreateInfoKHR.oldSwapchain()@Nullable VkSwapchainKHRVkAcquireNextImageInfoKHR.swapchain()@Nullable VkSwapchainKHRVkBindImageMemorySwapchainInfoKHR.swapchain()@Nullable VkSwapchainKHRVkImageSwapchainCreateInfoKHR.swapchain()@Nullable VkSwapchainKHRVkReleaseSwapchainImagesInfoEXT.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 recordRepresents a pointer toVkSwapchainKHRhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSwapchainKHRModifier and TypeMethodDescription@Nullable VkSwapchainKHRVkSwapchainKHR.Ptr.read()@Nullable VkSwapchainKHRVkSwapchainKHR.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.PtrVkSwapchainKHR.Ptr.allocate(Arena arena, @Nullable VkSwapchainKHR @NotNull [] values) static VkSwapchainKHR.PtrVkSwapchainKHR.Ptr.allocateV(Arena arena, @Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) voidVkSwapchainKHR.Ptr.write(long index, @Nullable VkSwapchainKHR value) voidVkSwapchainKHR.Ptr.write(@Nullable VkSwapchainKHR value) voidVkSwapchainKHR.Ptr.write(@Nullable VkSwapchainKHR[] values) voidVkSwapchainKHR.Ptr.writeV(@Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkSwapchainKHRModifier and TypeMethodDescriptionstatic VkSwapchainKHR.PtrVkSwapchainKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSwapchainKHR> values)