Interface VulkanPresentInfoKHRType
- All Known Implementing Classes:
VulkanPresentInfoKHR
@Immutable
public interface VulkanPresentInfoKHRType
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfences()Each entry in this array identifies the image to present on the corresponding entry in theswapChains()list.
-
Method Details
-
waitSemaphores
List<VulkanSemaphoreBinaryType> waitSemaphores()- Returns:
- The semaphores upon which to wait before issuing the present request.
-
swapChains
List<VulkanExtKHRSwapChainType.VulkanKHRSwapChainType> 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
-
fences
List<VulkanFenceType> fences()- Returns:
- The list of fences that will be signalled when presentation is done
-