Package org.lwjgl.opengles
Class NVConservativeRasterPreSnap
- java.lang.Object
-
- org.lwjgl.opengles.NVConservativeRasterPreSnap
-
public final class NVConservativeRasterPreSnap extends java.lang.Object
Native bindings to the NV_conservative_raster_pre_snap extension.NV_conservative_raster_pre_snap_triangles
provides a new mode to achieve rasterization of triangles that is conservative w.r.t the triangle at infinite precision i.e. before it is snapped to the sub-pixel grid. This extension provides a new mode that expands this functionality to lines and points.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV
Accepted by theparam
parameter ofConservativeRasterParameteriNV
-
-
-
Field Detail
-
GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV
public static final int GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV
Accepted by theparam
parameter ofConservativeRasterParameteriNV
- See Also:
- Constant Field Values
-
-