public final class AMDNegativeViewportHeight
extends java.lang.Object
VkViewport::height field to perform y-inversion of the clip-space to framebuffer-space transform. This allows apps to avoid having to use gl_Position.y = -gl_Position.y in shaders also targeting other APIs.Functionality in this extension is included in VK_KHR_maintenance1 and subsequently Vulkan 1.1. Due to some slight behavioral differences, this extension must not be enabled alongside VK_KHR_maintenance1, or in an instance created with version 1.1 or later requested in VkApplicationInfo::apiVersion.
VK_AMD_negative_viewport_heightVK_KHR_maintenance1 extension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME
The extension name.
|
static int |
VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION
The extension specification version.
|
public static final int VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION
public static final java.lang.String VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME
Copyright LWJGL. All Rights Reserved. License terms.