Interface AtomicCounterBuffer

All Superinterfaces:
GlslBuffer, SsboBuffer
All Known Implementing Classes:
AtomicCounterBufferImpl

public interface AtomicCounterBuffer extends SsboBuffer
A buffer for GL_ATOMIC_COUNTER target.
  • Method Details

    • reset

      void reset()
      Resets the counter to zero.
    • allocate

      void allocate()
      Allocate counter of the size of 4 bytes (int).