Class VisualEffectsBufferGroup
java.lang.Object
cz.fidentis.analyst.glsl.buffergroups.impl.AbstractBufferGroup
cz.fidentis.analyst.glsl.buffergroups.impl.VisualEffectsBufferGroup
- All Implemented Interfaces:
GlslBufferGroup
This class implements a collection of buffers used for 3D visual effect used by
ShadersManager
.-
Constructor Summary
ConstructorsConstructorDescriptionVisualEffectsBufferGroup
(com.jogamp.opengl.GLContext glContext) Constructor. -
Method Summary
Methods inherited from class cz.fidentis.analyst.glsl.buffergroups.impl.AbstractBufferGroup
bindBuffer, bindSsboBuffers, destroyBuffers, getAtomicCounterBuffer, getFrameBuffer, getImageBuffer, getPixelUnpackBuffer, getSSboBuffer, getTextureAdapterBuffer
-
Constructor Details
-
VisualEffectsBufferGroup
public VisualEffectsBufferGroup(com.jogamp.opengl.GLContext glContext) Constructor.- Parameters:
glContext
- OpenGL context.
-