Package org.lwjgl.opengl
Class NVConservativeRasterPreSnap
- java.lang.Object
-
- org.lwjgl.opengl.NVConservativeRasterPreSnap
-
public final class NVConservativeRasterPreSnap extends java.lang.ObjectNative bindings to the NV_conservative_raster_pre_snap extension.NV_conservative_raster_pre_snap_trianglesprovides 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 and Description static intGL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NVAccepted by theparamparameter ofConservativeRasterParameteriNV
-
-
-
Field Detail
-
GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV
public static final int GL_CONSERVATIVE_RASTER_MODE_PRE_SNAP_NV
Accepted by theparamparameter ofConservativeRasterParameteriNV- See Also:
- Constant Field Values
-
-