public final class NVFillRectangle
extends java.lang.Object
VkPolygonMode enum where a triangle is rasterized by computing and filling its axis-aligned screen-space bounding box, disregarding the actual triangle edges. This can be useful for drawing a rectangle without being split into two triangles with an internal edge. It is also useful to minimize the number of primitives that need to be drawn, particularly for a user interface.
VK_NV_fill_rectangle| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_NV_FILL_RECTANGLE_EXTENSION_NAME
The extension name.
|
static int |
VK_NV_FILL_RECTANGLE_SPEC_VERSION
The extension specification version.
|
static int |
VK_POLYGON_MODE_FILL_RECTANGLE_NV
Extends
VkPolygonMode. |
public static final int VK_NV_FILL_RECTANGLE_SPEC_VERSION
public static final java.lang.String VK_NV_FILL_RECTANGLE_EXTENSION_NAME
public static final int VK_POLYGON_MODE_FILL_RECTANGLE_NV
VkPolygonMode.Copyright LWJGL. All Rights Reserved. License terms.