Class AbstractBufferGroup

java.lang.Object
cz.fidentis.analyst.glsl.buffergroups.impl.AbstractBufferGroup
All Implemented Interfaces:
GlslBufferGroup
Direct Known Subclasses:
RayCastingDistBufferGroup, VisualEffectsBufferGroup

public abstract class AbstractBufferGroup extends Object implements GlslBufferGroup
This class represents a group of registered buffers in an OpenGL context. These buffers nay or may not be allocated.
  • Constructor Details

    • AbstractBufferGroup

      public AbstractBufferGroup(com.jogamp.opengl.GLContext glContext, List<AbstractBuffer> buffers)
      Constructor. It registers buffers in the OpenGL context and initialize their state without any data.
      Parameters:
      glContext - Active OpenGL context
      buffers - List of buffers
  • Method Details