Package zombie.core.textures
Class GLFramebufferObject30
java.lang.Object
zombie.core.textures.GLFramebufferObject30
- All Implemented Interfaces:
IGLFramebufferObject
public final class GLFramebufferObject30 extends java.lang.Object implements IGLFramebufferObject
-
Constructor Summary
Constructors Constructor Description GLFramebufferObject30() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GLFramebufferObject30
public GLFramebufferObject30()
-
-
Method Details
-
GL_FRAMEBUFFER
public int GL_FRAMEBUFFER()- Specified by:
GL_FRAMEBUFFERin interfaceIGLFramebufferObject
-
GL_RENDERBUFFER
public int GL_RENDERBUFFER()- Specified by:
GL_RENDERBUFFERin interfaceIGLFramebufferObject
-
GL_COLOR_ATTACHMENT0
public int GL_COLOR_ATTACHMENT0()- Specified by:
GL_COLOR_ATTACHMENT0in interfaceIGLFramebufferObject
-
GL_DEPTH_ATTACHMENT
public int GL_DEPTH_ATTACHMENT()- Specified by:
GL_DEPTH_ATTACHMENTin interfaceIGLFramebufferObject
-
GL_STENCIL_ATTACHMENT
public int GL_STENCIL_ATTACHMENT()- Specified by:
GL_STENCIL_ATTACHMENTin interfaceIGLFramebufferObject
-
GL_DEPTH_STENCIL
public int GL_DEPTH_STENCIL()- Specified by:
GL_DEPTH_STENCILin interfaceIGLFramebufferObject
-
GL_DEPTH24_STENCIL8
public int GL_DEPTH24_STENCIL8()- Specified by:
GL_DEPTH24_STENCIL8in interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_COMPLETE
public int GL_FRAMEBUFFER_COMPLETE()- Specified by:
GL_FRAMEBUFFER_COMPLETEin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_UNDEFINED
public int GL_FRAMEBUFFER_UNDEFINED()- Specified by:
GL_FRAMEBUFFER_UNDEFINEDin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
public int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENTin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
public int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENTin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
public int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONSin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_FORMATS
public int GL_FRAMEBUFFER_INCOMPLETE_FORMATS()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_FORMATSin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER
public int GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFERin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER
public int GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFERin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_UNSUPPORTED
public int GL_FRAMEBUFFER_UNSUPPORTED()- Specified by:
GL_FRAMEBUFFER_UNSUPPORTEDin interfaceIGLFramebufferObject
-
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
public int GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE()- Specified by:
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLEin interfaceIGLFramebufferObject
-
glGenFramebuffers
public int glGenFramebuffers()- Specified by:
glGenFramebuffersin interfaceIGLFramebufferObject
-
glBindFramebuffer
public void glBindFramebuffer(int target, int framebuffer)- Specified by:
glBindFramebufferin interfaceIGLFramebufferObject
-
glFramebufferTexture2D
public void glFramebufferTexture2D(int target, int attachment, int textarget, int texture, int level)- Specified by:
glFramebufferTexture2Din interfaceIGLFramebufferObject
-
glGenRenderbuffers
public int glGenRenderbuffers()- Specified by:
glGenRenderbuffersin interfaceIGLFramebufferObject
-
glBindRenderbuffer
public void glBindRenderbuffer(int target, int renderbuffer)- Specified by:
glBindRenderbufferin interfaceIGLFramebufferObject
-
glRenderbufferStorage
public void glRenderbufferStorage(int target, int internalformat, int width, int height)- Specified by:
glRenderbufferStoragein interfaceIGLFramebufferObject
-
glFramebufferRenderbuffer
public void glFramebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer)- Specified by:
glFramebufferRenderbufferin interfaceIGLFramebufferObject
-
glCheckFramebufferStatus
public int glCheckFramebufferStatus(int target)- Specified by:
glCheckFramebufferStatusin interfaceIGLFramebufferObject
-
glDeleteFramebuffers
public void glDeleteFramebuffers(int renderbuffer)- Specified by:
glDeleteFramebuffersin interfaceIGLFramebufferObject
-
glDeleteRenderbuffers
public void glDeleteRenderbuffers(int renderbuffer)- Specified by:
glDeleteRenderbuffersin interfaceIGLFramebufferObject
-