Light | Dark

atomicCounterDecrement

Name

atomicCounterDecrement — atomically decrement a counter and return the prior value

Declaration

uint atomicCounterDecrement( atomic_uint c);

Parameters

c

Specify the handle to the atomic counter to decrement.

Description

atomicCounterDecrement atomically decrements the value of the atomic counter c and returns its new value.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10
atomicCounterDecrement - -
Think you can improve this page? Edit this page on GitHub.