Package org.lwjgl.opengles
Class NVCoverageSample
java.lang.Object
org.lwjgl.opengles.NVCoverageSample
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glCoverageMaskNV
(boolean mask) void glCoverageMaskNV(GLboolean mask)
static void
glCoverageOperationNV
(int operation) void glCoverageOperationNV(GLenum operation)
-
Field Details
-
GL_COVERAGE_COMPONENT_NV
public static final int GL_COVERAGE_COMPONENT_NV- See Also:
-
GL_COVERAGE_COMPONENT4_NV
public static final int GL_COVERAGE_COMPONENT4_NV- See Also:
-
GL_COVERAGE_ALL_FRAGMENTS_NV
public static final int GL_COVERAGE_ALL_FRAGMENTS_NV- See Also:
-
GL_COVERAGE_EDGE_FRAGMENTS_NV
public static final int GL_COVERAGE_EDGE_FRAGMENTS_NV- See Also:
-
GL_COVERAGE_AUTOMATIC_NV
public static final int GL_COVERAGE_AUTOMATIC_NV- See Also:
-
GL_COVERAGE_ATTACHMENT_NV
public static final int GL_COVERAGE_ATTACHMENT_NV- See Also:
-
GL_COVERAGE_BUFFER_BIT_NV
public static final int GL_COVERAGE_BUFFER_BIT_NV- See Also:
-
GL_COVERAGE_BUFFERS_NV
public static final int GL_COVERAGE_BUFFERS_NV- See Also:
-
GL_COVERAGE_SAMPLES_NV
public static final int GL_COVERAGE_SAMPLES_NV- See Also:
-
-
Method Details
-
glCoverageMaskNV
public static void glCoverageMaskNV(boolean mask) void glCoverageMaskNV(GLboolean mask)
-
glCoverageOperationNV
public static void glCoverageOperationNV(int operation) void glCoverageOperationNV(GLenum operation)
-