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, VkSemaphore semaphore, VkFence fence, tech.icey.panama.buffer.IntBuffer pImageIndex) voidDeviceCommands.vkDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, VkAllocationCallbacks pAllocator) voidDeviceCommands.vkGetLatencyTimingsNV(VkDevice device, VkSwapchainKHR swapchain, VkGetLatencyMarkerInfoNV pLatencyMarkerInfo) intDeviceCommands.vkGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchain, tech.icey.panama.buffer.IntBuffer pPresentationTimingCount, 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 TypeMethodDescriptionVkSwapchainCreateInfoKHR.oldSwapchain()VkAcquireNextImageInfoKHR.swapchain()VkBindImageMemorySwapchainInfoKHR.swapchain()VkImageSwapchainCreateInfoKHR.swapchain()VkReleaseSwapchainImagesInfoEXT.swapchain()Methods in tech.icey.vk4j.datatype with parameters of type VkSwapchainKHRModifier and TypeMethodDescriptionvoidVkSwapchainCreateInfoKHR.oldSwapchain(VkSwapchainKHR value) voidVkAcquireNextImageInfoKHR.swapchain(VkSwapchainKHR value) voidVkBindImageMemorySwapchainInfoKHR.swapchain(VkSwapchainKHR value) voidVkImageSwapchainCreateInfoKHR.swapchain(VkSwapchainKHR value) voidVkReleaseSwapchainImagesInfoEXT.swapchain(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)