Interface VulkanPresentInfoKHRType
- All Known Implementing Classes:
VulkanPresentInfoKHR
@Immutable
public interface VulkanPresentInfoKHRType
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEach entry in this array identifies the image to present on the corresponding entry in theswapChains()list.
-
Method Details
-
waitSemaphores
- Returns:
- The semaphores upon which to wait before issuing the present request.
-
swapChains
- Returns:
- The list of swapchains
-
imageIndices
Each entry in this array identifies the image to present on the corresponding entry in theswapChains()list.- Returns:
- An array of images to be presented
-