|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.EXTFramebufferMultisample
public final class EXTFramebufferMultisample
| Field Summary | |
|---|---|
static int |
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
Returned by CheckFramebufferStatusEXT. |
static int |
GL_MAX_SAMPLES_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_RENDERBUFFER_SAMPLES_EXT
Accepted by the <pname> parameter of GetRenderbufferParameterivEXT. |
| Method Summary | |
|---|---|
static void |
glRenderbufferStorageMultisampleEXT(int target,
int samples,
int internalformat,
int width,
int height)
Establishes the data storage, format, dimensions, and number of samples of a renderbuffer object's image. |
| 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_SAMPLES_EXT
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT
public static final int GL_MAX_SAMPLES_EXT
| Method Detail |
|---|
public static void glRenderbufferStorageMultisampleEXT(int target,
int samples,
int internalformat,
int width,
int height)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||