Package cz.fidentis.analyst.glsl.buffers
Interface AtomicCounterBuffer
- All Superinterfaces:
GlslBuffer
,SsboBuffer
- All Known Implementing Classes:
AtomicCounterBufferImpl
A buffer for
GL_ATOMIC_COUNTER
target.-
Method Summary
Methods inherited from interface cz.fidentis.analyst.glsl.buffers.GlslBuffer
bind, getBindingIndex, getBufferName, getGlName, getGlTarget, glContext
Methods inherited from interface cz.fidentis.analyst.glsl.buffers.SsboBuffer
allocate, allocate, getItemSize, getUsage, readFrom, writeBytesTo, writeItemsTo
-
Method Details
-
reset
void reset()Resets the counter to zero. -
allocate
void allocate()Allocate counter of the size of 4 bytes (int).
-