|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengles.APPLEFramebufferMultisample
public final class APPLEFramebufferMultisample
Field Summary | |
---|---|
static int |
GL_DRAW_FRAMEBUFFER_APPLE
Accepted by the <target> parameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv: |
static int |
GL_DRAW_FRAMEBUFFER_BINDING_APPLE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv: |
static int |
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE
Returned by CheckFramebufferStatus: |
static int |
GL_MAX_SAMPLES_APPLE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv: |
static int |
GL_READ_FRAMEBUFFER_APPLE
Accepted by the <target> parameter of BindFramebuffer, CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv: |
static int |
GL_READ_FRAMEBUFFER_BINDING_APPLE
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv: |
static int |
GL_RENDERBUFFER_SAMPLES_APPLE
Accepted by the <pname> parameter of GetRenderbufferParameteriv: |
Method Summary | |
---|---|
static void |
glRenderbufferStorageMultisampleAPPLE(int target,
int samples,
int internalformat,
int width,
int height)
|
static void |
glResolveMultisampleFramebufferAPPLE()
|
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_APPLE
public static final int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE
public static final int GL_MAX_SAMPLES_APPLE
public static final int GL_READ_FRAMEBUFFER_APPLE
public static final int GL_DRAW_FRAMEBUFFER_APPLE
public static final int GL_DRAW_FRAMEBUFFER_BINDING_APPLE
public static final int GL_READ_FRAMEBUFFER_BINDING_APPLE
Method Detail |
---|
public static void glRenderbufferStorageMultisampleAPPLE(int target, int samples, int internalformat, int width, int height)
public static void glResolveMultisampleFramebufferAPPLE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |