Uses of Interface
cz.fidentis.analyst.glsl.buffergroups.GlslBufferGroup
Packages that use GlslBufferGroup
Package
Description
Services for GLSL shaders, programs, and buffers.
-
Uses of GlslBufferGroup in cz.fidentis.analyst.glsl
Methods in cz.fidentis.analyst.glsl that return GlslBufferGroupModifier and TypeMethodDescriptionstatic GlslBufferGroup
GlslServices.registerBuffers
(com.jogamp.opengl.GLContext glContext, BufferGroupDef bufferGroupDef) Registers a bunch of buffers required by a GLSL program(s) in given GL context. -
Uses of GlslBufferGroup in cz.fidentis.analyst.glsl.buffergroups.impl
Classes in cz.fidentis.analyst.glsl.buffergroups.impl that implement GlslBufferGroupModifier and TypeClassDescriptionclass
This class represents a group of registered buffers in an OpenGL context.class
This class implements a collection of buffers used by theMeshDistanceRCGPU
visitor.class
This class implements a collection of buffers used for 3D visual effect used byShadersManager
.