Atomic Counter

From OpenGL Wiki
Revision as of 21:55, 20 October 2012 by Alfonse (talk | contribs) (Basic stub and outline.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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