Package org.lwjgl.opengl
Class NVFramebufferMultisampleCoverage
java.lang.Object
org.lwjgl.opengl.NVFramebufferMultisampleCoverage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetIntegerv.static final int
Accepted by the <pname> parameter of GetIntegerv.static final int
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.static final int
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glRenderbufferStorageMultisampleCoverageNV
(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
-
Field Details
-
GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
public static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NVAccepted by the <pname> parameter of GetRenderbufferParameterivEXT.- See Also:
-
GL_RENDERBUFFER_COLOR_SAMPLES_NV
public static final int GL_RENDERBUFFER_COLOR_SAMPLES_NVAccepted by the <pname> parameter of GetRenderbufferParameterivEXT.- See Also:
-
GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
public static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NVAccepted by the <pname> parameter of GetIntegerv.- See Also:
-
GL_MULTISAMPLE_COVERAGE_MODES_NV
public static final int GL_MULTISAMPLE_COVERAGE_MODES_NVAccepted by the <pname> parameter of GetIntegerv.- See Also:
-
-
Method Details
-
glRenderbufferStorageMultisampleCoverageNV
public static void glRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
-