Uses of Record Class
tech.icey.vk4j.handle.VkSwapchainKHR
Packages that use VkSwapchainKHR
-
Uses of VkSwapchainKHR in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionintDeviceCommands.vkAcquireFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapchain) intDeviceCommands.vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, long timeout, @Nullable VkSemaphore semaphore, @Nullable VkFence fence, tech.icey.panama.buffer.IntBuffer pImageIndex) voidDeviceCommands.vkDestroySwapchainKHR(VkDevice device, @Nullable VkSwapchainKHR swapchain, @Nullable VkAllocationCallbacks pAllocator) voidDeviceCommands.vkGetLatencyTimingsNV(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) intDeviceCommands.vkGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchain, tech.icey.panama.buffer.IntBuffer pPresentationTimingCount, @Nullable VkPastPresentationTimingGOOGLE pPresentationTimings) intDeviceCommands.vkGetRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain, VkRefreshCycleDurationGOOGLE pDisplayTimingProperties) intDeviceCommands.vkGetSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, int counter, tech.icey.panama.buffer.LongBuffer pCounterValue) intDeviceCommands.vkGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, tech.icey.panama.buffer.IntBuffer pSwapchainImageCount, VkImage.Buffer pSwapchainImages) intDeviceCommands.vkGetSwapchainStatusKHR(VkDevice device, VkSwapchainKHR swapchain) intDeviceCommands.vkLatencySleepNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepInfoNV pSleepInfo) intDeviceCommands.vkReleaseFullScreenExclusiveModeEXT(VkDevice device, VkSwapchainKHR swapchain) voidDeviceCommands.vkSetLatencyMarkerNV(VkDevice device, VkSwapchainKHR swapchain, VkSetLatencyMarkerInfoNV pLatencyMarkerInfo) intDeviceCommands.vkSetLatencySleepModeNV(VkDevice device, VkSwapchainKHR swapchain, VkLatencySleepModeInfoNV pSleepModeInfo) voidDeviceCommands.vkSetLocalDimmingAMD(VkDevice device, VkSwapchainKHR swapChain, int localDimmingEnable) intDeviceCommands.vkWaitForPresentKHR(VkDevice device, VkSwapchainKHR swapchain, long presentId, long timeout) -
Uses of VkSwapchainKHR in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkSwapchainKHRModifier and TypeMethodDescription@Nullable VkSwapchainKHRVkSwapchainCreateInfoKHR.oldSwapchain()@Nullable VkSwapchainKHRVkAcquireNextImageInfoKHR.swapchain()@Nullable VkSwapchainKHRVkBindImageMemorySwapchainInfoKHR.swapchain()@Nullable VkSwapchainKHRVkImageSwapchainCreateInfoKHR.swapchain()@Nullable VkSwapchainKHRVkReleaseSwapchainImagesInfoEXT.swapchain()Methods in tech.icey.vk4j.datatype with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionvoidVkSwapchainCreateInfoKHR.oldSwapchain(@Nullable VkSwapchainKHR value) voidVkAcquireNextImageInfoKHR.swapchain(@Nullable VkSwapchainKHR value) voidVkBindImageMemorySwapchainInfoKHR.swapchain(@Nullable VkSwapchainKHR value) voidVkImageSwapchainCreateInfoKHR.swapchain(@Nullable VkSwapchainKHR value) voidVkReleaseSwapchainImagesInfoEXT.swapchain(@Nullable VkSwapchainKHR value) -
Uses of VkSwapchainKHR in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkSwapchainKHRModifier and TypeMethodDescriptionVkSwapchainKHR.Buffer.read()VkSwapchainKHR.Buffer.read(long index) VkSwapchainKHR.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionvoidVkSwapchainKHR.Buffer.write(long index, VkSwapchainKHR value) voidVkSwapchainKHR.Buffer.write(VkSwapchainKHR value)