public final class KHRIncrementalPresent
extends java.lang.Object
QueuePresentKHR, from the VK_KHR_swapchain extension, allowing an application to specify a list of rectangular, modified regions of each image to present. This should be used in situations where an application is only changing a small portion of the presentable images within a swapchain, since it enables the presentation engine to avoid wasting time presenting parts of the surface that have not changed.
This extension is leveraged from the EGL_KHR_swap_buffers_with_damage extension.
None.
VK_KHR_incremental_presentVK_KHR_swapchain| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME
The extension name.
|
static int |
VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR
Extends
VkStructureType. |
public static final int VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION
public static final java.lang.String VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR
VkStructureType.Copyright LWJGL. All Rights Reserved. License terms.