|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.NVFramebufferMultisampleCoverage
public final class NVFramebufferMultisampleCoverage
Field Summary | |
---|---|
static int |
GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
Accepted by the <pname> parameter of GetIntegerv. |
static int |
GL_MULTISAMPLE_COVERAGE_MODES_NV
Accepted by the <pname> parameter of GetIntegerv. |
static int |
GL_RENDERBUFFER_COLOR_SAMPLES_NV
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT. |
static int |
GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT. |
Method Summary | |
---|---|
static void |
glRenderbufferStorageMultisampleCoverageNV(int target,
int coverageSamples,
int colorSamples,
int internalformat,
int width,
int height)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
public static final int GL_RENDERBUFFER_COLOR_SAMPLES_NV
public static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
public static final int GL_MULTISAMPLE_COVERAGE_MODES_NV
Method Detail |
---|
public static void glRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |