Uses of Class
cz.fidentis.analyst.glsl.buffers.impl.AbstractBuffer
Packages that use AbstractBuffer
Package
Description
-
Uses of AbstractBuffer in cz.fidentis.analyst.glsl.buffergroups.impl
Constructor parameters in cz.fidentis.analyst.glsl.buffergroups.impl with type arguments of type AbstractBufferModifierConstructorDescriptionAbstractBufferGroup
(com.jogamp.opengl.GLContext glContext, List<AbstractBuffer> buffers) Constructor. -
Uses of AbstractBuffer in cz.fidentis.analyst.glsl.buffers.impl
Subclasses of AbstractBuffer in cz.fidentis.analyst.glsl.buffers.implModifier and TypeClassDescriptionclass
A buffer forGL_ATOMIC_COUNTER
target.class
Frame buffer used for theGL_FRAMEBUFFER
OpenGL target.class
A texture buffer storing an image.class
A buffer forGL_PIXEL_UNPACK_BUFFER
target.class
Shader storage buffer objects (SSBO) for theGL_SHADER_STORAGE_BUFFER
target.class
A texture buffer backed by another buffer.