public final class OESFramebufferObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_COLOR_ATTACHMENT0_OES
Accepted by the <attachment> parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
|
static int |
GL_DEPTH_ATTACHMENT_OES
Accepted by the <attachment> parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
|
static int |
GL_DEPTH_COMPONENT16_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
Accepted by the <pname> parameter of
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
Accepted by the <pname> parameter of
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES
Accepted by the <pname> parameter of
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
Accepted by the <pname> parameter of
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
Accepted by the <pname> parameter of
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_BINDING_OES
Accepted by GetIntegerv():
|
static int |
GL_FRAMEBUFFER_COMPLETE_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_FRAMEBUFFER_OES
Accepted by the <target> parameter of BindFramebufferOES,
CheckFramebufferStatusOES, FramebufferTexture{2D|3D}OES,
FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES:
|
static int |
GL_FRAMEBUFFER_UNSUPPORTED_OES
Returned by CheckFramebufferStatusOES():
|
static int |
GL_INVALID_FRAMEBUFFER_OPERATION_OES
Returned by GetError():
|
static int |
GL_MAX_RENDERBUFFER_SIZE_OES
Accepted by GetIntegerv():
|
static int |
GL_NONE_OES
Returned by GetFramebufferAttachmentParameterivOES when the
<pname> parameter is FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES:
|
static int |
GL_RENDERBUFFER_ALPHA_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_BINDING_OES
Accepted by GetIntegerv():
|
static int |
GL_RENDERBUFFER_BLUE_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_DEPTH_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_GREEN_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_HEIGHT_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_INTERNAL_FORMAT_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_OES
Accepted by the <target> parameter of BindRenderbufferOES,
RenderbufferStorageOES, and GetRenderbufferParameterivOES, and
returned by GetFramebufferAttachmentParameterivOES:
|
static int |
GL_RENDERBUFFER_RED_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_STENCIL_SIZE_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RENDERBUFFER_WIDTH_OES
Accepted by the <pname> parameter of GetRenderbufferParameterivOES:
|
static int |
GL_RGB5_A1_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_RGB565_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_RGBA4_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_STENCIL_ATTACHMENT_OES
Accepted by the <attachment> parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
|
static int |
GL_STENCIL_INDEX1_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_STENCIL_INDEX4_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
static int |
GL_STENCIL_INDEX8_OES
Accepted by the <internalformat> parameter of
RenderbufferStorageOES:
|
Modifier and Type | Method and Description |
---|---|
static void |
glBindFramebufferOES(int target,
int framebuffer) |
static void |
glBindRenderbufferOES(int target,
int renderbuffer) |
static int |
glCheckFramebufferStatusOES(int target) |
static void |
glDeleteFramebuffersOES(int framebuffer)
Overloads glDeleteFramebuffersOES.
|
static void |
glDeleteFramebuffersOES(java.nio.IntBuffer framebuffers) |
static void |
glDeleteRenderbuffersOES(int renderbuffer)
Overloads glDeleteRenderbuffersOES.
|
static void |
glDeleteRenderbuffersOES(java.nio.IntBuffer renderbuffers) |
static void |
glFramebufferRenderbufferOES(int target,
int attachment,
int renderbuffertarget,
int renderbuffer) |
static void |
glFramebufferTexture2DOES(int target,
int attachment,
int textarget,
int texture,
int level) |
static void |
glGenerateMipmapOES(int target) |
static int |
glGenFramebuffersOES()
Overloads glGenFramebuffersOES.
|
static void |
glGenFramebuffersOES(java.nio.IntBuffer framebuffers) |
static int |
glGenRenderbuffersOES()
Overloads glGenRenderbuffersOES.
|
static void |
glGenRenderbuffersOES(java.nio.IntBuffer renderbuffers) |
static int |
glGetFramebufferAttachmentParameteriOES(int target,
int attachment,
int pname)
Overloads glGetFramebufferAttachmentParameterivOES.
|
static int |
glGetFramebufferAttachmentParameterOES(int target,
int attachment,
int pname)
Deprecated.
Will be removed in 3.0. Use
glGetFramebufferAttachmentParameteriOES(int, int, int) instead. |
static void |
glGetFramebufferAttachmentParameterOES(int target,
int attachment,
int pname,
java.nio.IntBuffer params) |
static int |
glGetRenderbufferParameteriOES(int target,
int pname)
Overloads glGetRenderbufferParameterivOES.
|
static int |
glGetRenderbufferParameterOES(int target,
int pname)
Deprecated.
Will be removed in 3.0. Use
glGetRenderbufferParameteriOES(int, int) instead. |
static void |
glGetRenderbufferParameterOES(int target,
int pname,
java.nio.IntBuffer params) |
static boolean |
glIsFramebufferOES(int framebuffer) |
static boolean |
glIsRenderbufferOES(int renderbuffer) |
static void |
glRenderbufferStorageOES(int target,
int internalformat,
int width,
int height) |
public static final int GL_FRAMEBUFFER_OES
public static final int GL_RENDERBUFFER_OES
public static final int GL_DEPTH_COMPONENT16_OES
public static final int GL_RGBA4_OES
public static final int GL_RGB5_A1_OES
public static final int GL_RGB565_OES
public static final int GL_STENCIL_INDEX1_OES
public static final int GL_STENCIL_INDEX4_OES
public static final int GL_STENCIL_INDEX8_OES
public static final int GL_RENDERBUFFER_WIDTH_OES
public static final int GL_RENDERBUFFER_HEIGHT_OES
public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES
public static final int GL_RENDERBUFFER_RED_SIZE_OES
public static final int GL_RENDERBUFFER_GREEN_SIZE_OES
public static final int GL_RENDERBUFFER_BLUE_SIZE_OES
public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES
public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES
public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES
public static final int GL_COLOR_ATTACHMENT0_OES
public static final int GL_DEPTH_ATTACHMENT_OES
public static final int GL_STENCIL_ATTACHMENT_OES
public static final int GL_NONE_OES
public static final int GL_FRAMEBUFFER_COMPLETE_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES
public static final int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES
public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES
public static final int GL_FRAMEBUFFER_BINDING_OES
public static final int GL_RENDERBUFFER_BINDING_OES
public static final int GL_MAX_RENDERBUFFER_SIZE_OES
public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES
public static boolean glIsRenderbufferOES(int renderbuffer)
public static void glBindRenderbufferOES(int target, int renderbuffer)
public static void glDeleteRenderbuffersOES(java.nio.IntBuffer renderbuffers)
public static void glDeleteRenderbuffersOES(int renderbuffer)
public static void glGenRenderbuffersOES(java.nio.IntBuffer renderbuffers)
public static int glGenRenderbuffersOES()
public static void glRenderbufferStorageOES(int target, int internalformat, int width, int height)
public static void glGetRenderbufferParameterOES(int target, int pname, java.nio.IntBuffer params)
@Deprecated public static int glGetRenderbufferParameterOES(int target, int pname)
glGetRenderbufferParameteriOES(int, int)
instead.public static int glGetRenderbufferParameteriOES(int target, int pname)
public static boolean glIsFramebufferOES(int framebuffer)
public static void glBindFramebufferOES(int target, int framebuffer)
public static void glDeleteFramebuffersOES(java.nio.IntBuffer framebuffers)
public static void glDeleteFramebuffersOES(int framebuffer)
public static void glGenFramebuffersOES(java.nio.IntBuffer framebuffers)
public static int glGenFramebuffersOES()
public static int glCheckFramebufferStatusOES(int target)
public static void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level)
public static void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)
public static void glGetFramebufferAttachmentParameterOES(int target, int attachment, int pname, java.nio.IntBuffer params)
@Deprecated public static int glGetFramebufferAttachmentParameterOES(int target, int attachment, int pname)
glGetFramebufferAttachmentParameteriOES(int, int, int)
instead.public static int glGetFramebufferAttachmentParameteriOES(int target, int attachment, int pname)
public static void glGenerateMipmapOES(int target)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.