Package cz.fidentis.analyst.glsl.buffers
Interface FrameBuffer
- All Superinterfaces:
GlslBuffer
- All Known Implementing Classes:
FrameBufferImpl
Frame buffer used for the
GL_FRAMEBUFFER
OpenGL target.-
Method Summary
Modifier and TypeMethodDescriptionvoid
allocate
(ImageBuffer depthTextureBuffer) Allocates and binds the buffer (links it to theGL_FRAMEBUFFER
OpenGL target).Methods inherited from interface cz.fidentis.analyst.glsl.buffers.GlslBuffer
bind, getBindingIndex, getBufferName, getGlName, getGlTarget, glContext
-
Method Details
-
allocate
Allocates and binds the buffer (links it to theGL_FRAMEBUFFER
OpenGL target).- Parameters:
depthTextureBuffer
- Existing texture buffer whose image is to be attached
-