Class GLFramebufferObjectEXT
java.lang.Object
zombie.core.textures.GLFramebufferObjectEXT
- All Implemented Interfaces:
IGLFramebufferObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
void
glBindFramebuffer
(int target, int framebuffer) void
glBindRenderbuffer
(int target, int renderbuffer) int
glCheckFramebufferStatus
(int target) void
glDeleteFramebuffers
(int renderbuffer) void
glDeleteRenderbuffers
(int renderbuffer) void
glFramebufferRenderbuffer
(int target, int attachment, int renderbuffertarget, int renderbuffer) void
glFramebufferTexture2D
(int target, int attachment, int textarget, int texture, int level) int
int
void
glRenderbufferStorage
(int target, int internalformat, int width, int height)
-
Constructor Details
-
GLFramebufferObjectEXT
public GLFramebufferObjectEXT()
-
-
Method Details
-
GL_FRAMEBUFFER
public int GL_FRAMEBUFFER()- Specified by:
GL_FRAMEBUFFER
in interfaceIGLFramebufferObject
-
GL_RENDERBUFFER
public int GL_RENDERBUFFER()- Specified by:
GL_RENDERBUFFER
in interfaceIGLFramebufferObject
-
GL_COLOR_ATTACHMENT0
public int GL_COLOR_ATTACHMENT0()- Specified by:
GL_COLOR_ATTACHMENT0
in interfaceIGLFramebufferObject
-
GL_DEPTH_ATTACHMENT
public int GL_DEPTH_ATTACHMENT()- Specified by:
GL_DEPTH_ATTACHMENT
in interfaceIGLFramebufferObject
-
GL_STENCIL_ATTACHMENT
public int GL_STENCIL_ATTACHMENT()- Specified by:
GL_STENCIL_ATTACHMENT
in interfaceIGLFramebufferObject
-
GL_DEPTH_STENCIL
public int GL_DEPTH_STENCIL()- Specified by:
GL_DEPTH_STENCIL
in interfaceIGLFramebufferObject
-
GL_DEPTH24_STENCIL8
public int GL_DEPTH24_STENCIL8()- Specified by:
GL_DEPTH24_STENCIL8
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_COMPLETE
public int GL_FRAMEBUFFER_COMPLETE()- Specified by:
GL_FRAMEBUFFER_COMPLETE
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_UNDEFINED
public int GL_FRAMEBUFFER_UNDEFINED()- Specified by:
GL_FRAMEBUFFER_UNDEFINED
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
public int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
public int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
public int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_FORMATS
public int GL_FRAMEBUFFER_INCOMPLETE_FORMATS()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_FORMATS
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
public int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
public int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_UNSUPPORTED
public int GL_FRAMEBUFFER_UNSUPPORTED()- Specified by:
GL_FRAMEBUFFER_UNSUPPORTED
in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
public int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
in interfaceIGLFramebufferObject
-
glGenFramebuffers
public int glGenFramebuffers()- Specified by:
glGenFramebuffers
in interfaceIGLFramebufferObject
-
glBindFramebuffer
public void glBindFramebuffer(int target, int framebuffer) - Specified by:
glBindFramebuffer
in interfaceIGLFramebufferObject
-
glFramebufferTexture2D
public void glFramebufferTexture2D(int target, int attachment, int textarget, int texture, int level) - Specified by:
glFramebufferTexture2D
in interfaceIGLFramebufferObject
-
glGenRenderbuffers
public int glGenRenderbuffers()- Specified by:
glGenRenderbuffers
in interfaceIGLFramebufferObject
-
glBindRenderbuffer
public void glBindRenderbuffer(int target, int renderbuffer) - Specified by:
glBindRenderbuffer
in interfaceIGLFramebufferObject
-
glRenderbufferStorage
public void glRenderbufferStorage(int target, int internalformat, int width, int height) - Specified by:
glRenderbufferStorage
in interfaceIGLFramebufferObject
-
glFramebufferRenderbuffer
public void glFramebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer) - Specified by:
glFramebufferRenderbuffer
in interfaceIGLFramebufferObject
-
glCheckFramebufferStatus
public int glCheckFramebufferStatus(int target) - Specified by:
glCheckFramebufferStatus
in interfaceIGLFramebufferObject
-
glDeleteFramebuffers
public void glDeleteFramebuffers(int renderbuffer) - Specified by:
glDeleteFramebuffers
in interfaceIGLFramebufferObject
-
glDeleteRenderbuffers
public void glDeleteRenderbuffers(int renderbuffer) - Specified by:
glDeleteRenderbuffers
in interfaceIGLFramebufferObject
-