Interface VulkanPresentInfoKHRType

  • All Known Implementing Classes:
    VulkanPresentInfoKHR

    @Immutable
    public interface VulkanPresentInfoKHRType
    See Also:
    "VkPresentInfoKHR"
    • Method Detail

      • waitSemaphores

        @Parameter
        java.util.List<VulkanSemaphoreType> waitSemaphores()
        Returns:
        The semaphores upon which to wait before issuing the present request.
      • imageIndices

        @Parameter
        java.util.List<java.lang.Integer> imageIndices()
        Each entry in this array identifies the image to present on the corresponding entry in the swapChains() list.
        Returns:
        An array of images to be presented