Uses of Interface
cz.fidentis.analyst.glsl.buffers.AtomicCounterBuffer
Packages that use AtomicCounterBuffer
Package
Description
Groups of GLSL buffers used together by GLSL programs and shaders.
-
Uses of AtomicCounterBuffer in cz.fidentis.analyst.glsl.buffergroups
Methods in cz.fidentis.analyst.glsl.buffergroups that return AtomicCounterBufferModifier and TypeMethodDescriptionGlslBufferGroup.getAtomicCounterBuffer
(BufferDef bufferName) Returns registered atomic counter buffer. -
Uses of AtomicCounterBuffer in cz.fidentis.analyst.glsl.buffergroups.impl
Methods in cz.fidentis.analyst.glsl.buffergroups.impl that return AtomicCounterBufferModifier and TypeMethodDescriptionAbstractBufferGroup.getAtomicCounterBuffer
(BufferDef bufferName) -
Uses of AtomicCounterBuffer in cz.fidentis.analyst.glsl.buffers.impl
Classes in cz.fidentis.analyst.glsl.buffers.impl that implement AtomicCounterBufferModifier and TypeClassDescriptionclass
A buffer forGL_ATOMIC_COUNTER
target.