Atomic Counter
Core in version | 4.6 | |
---|---|---|
Core since version | 4.2 | |
Core ARB extension | ARB_shader_atomic_counters |
An Atomic Counter is a GLSL variable type who's storage comes from a Buffer Object. Atomic counters, as the name suggests, can have atomic memory operations performed on them.
GLSL
Storage
This article is a stub. You can help the OpenGL Wiki by expanding it. |