Package org.lwjgl.opengl
Class NVPathRenderingSharedEdge
- java.lang.Object
- 
- org.lwjgl.opengl.NVPathRenderingSharedEdge
 
- 
 
 public final class NVPathRenderingSharedEdge extends java.lang.ObjectNative bindings to the NV_path_rendering_shared_edge extension.This extension introduces a new path command modifier to the NV_path_rendering extension to indicate that a path command represents an edge (either straight or curved) that is shared with another path. When used in conjunction with NV_framebuffer_mixed_samples, a shared edge (or a whole path including shared edges) will use modified rasterization rules in order to ensure that groups of raster samples associated with a given coverage sample will all produce consistent coverage results, in order to avoid artifacts described further in the issues section at the end of this document.Requires NV_path_rendering. 
- 
- 
Field SummaryFields Modifier and Type Field and Description static intGL_SHARED_EDGE_NVAllowed to be added to command tokens in elements of thecommandsarray parameter of PathCommandsNV and PathSubCommandsNV.
 
- 
- 
- 
Field Detail- 
GL_SHARED_EDGE_NVpublic static final int GL_SHARED_EDGE_NV Allowed to be added to command tokens in elements of thecommandsarray parameter of PathCommandsNV and PathSubCommandsNV.- See Also:
- Constant Field Values
 
 
- 
 
-