Uses of Enum Class
cz.fidentis.analyst.glsl.buffergroups.BufferGroupDef
Packages that use BufferGroupDef
Package
Description
Services for GLSL shaders, programs, and buffers.
Groups of GLSL buffers used together by GLSL programs and shaders.
-
Uses of BufferGroupDef in cz.fidentis.analyst.glsl
Methods in cz.fidentis.analyst.glsl with parameters of type BufferGroupDefModifier 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 BufferGroupDef in cz.fidentis.analyst.glsl.buffergroups
Methods in cz.fidentis.analyst.glsl.buffergroups that return BufferGroupDefModifier and TypeMethodDescriptionstatic BufferGroupDef
Returns the enum constant of this class with the specified name.static BufferGroupDef[]
BufferGroupDef.values()
Returns an array containing the constants of this enum class, in the order they are declared.