org.lwjgl.opengl
Class NVFramebufferMultisampleCoverage
java.lang.Object
org.lwjgl.opengl.NVFramebufferMultisampleCoverage
public final class NVFramebufferMultisampleCoverage
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
public static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
- Accepted by the <pname> parameter of GetRenderbufferParameterivEXT.
- See Also:
- Constant Field Values
GL_RENDERBUFFER_COLOR_SAMPLES_NV
public static final int GL_RENDERBUFFER_COLOR_SAMPLES_NV
- See Also:
- Constant Field Values
GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
public static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
- Accepted by the <pname> parameter of GetIntegerv.
- See Also:
- Constant Field Values
GL_MULITSAMPLE_COVERAGE_MODES_NV
public static final int GL_MULITSAMPLE_COVERAGE_MODES_NV
- See Also:
- Constant Field Values
glRenderbufferStorageMultisampleCoverageNV
public static void glRenderbufferStorageMultisampleCoverageNV(int target,
int coverageSamples,
int colorSamples,
int internalformat,
int width,
int height)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.