|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengles.IMGMultisampledRenderToTexture
public final class IMGMultisampledRenderToTexture
| Field Summary | |
|---|---|
static int |
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
Returned by CheckFramebufferStatus: |
static int |
GL_MAX_SAMPLES_IMG
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: |
static int |
GL_RENDERBUFFER_SAMPLES_IMG
Accepted by the <pname> parameter of GetRenderbufferParameteriv: |
static int |
GL_TEXTURE_SAMPLES_IMG
Accepted by the <pname> parameter of GetFramebufferAttachmentParameteriv: |
| Method Summary | |
|---|---|
static void |
glFramebufferTexture2DMultisampleIMG(int target,
int attachment,
int textarget,
int texture,
int level,
int samples)
|
static void |
glRenderbufferStorageMultisampleIMG(int target,
int samples,
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_SAMPLES_IMG
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG
public static final int GL_MAX_SAMPLES_IMG
public static final int GL_TEXTURE_SAMPLES_IMG
| Method Detail |
|---|
public static void glRenderbufferStorageMultisampleIMG(int target,
int samples,
int internalformat,
int width,
int height)
public static void glFramebufferTexture2DMultisampleIMG(int target,
int attachment,
int textarget,
int texture,
int level,
int samples)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||