OpenGL-Refpages icon indicating copy to clipboard operation
OpenGL-Refpages copied to clipboard

Declaration of atomicCompSwap is not right

Open chrylt opened this issue 1 year ago • 1 comments

On the page https://registry.khronos.org/OpenGL-Refpages/gl4/html/atomicCompSwap.xhtml

The declaration int atomicCompSwap(inout int mem, uint compare, uint data); should be replaced with int atomicCompSwap(inout int mem, int compare, int data);

chrylt avatar Jan 27 '24 12:01 chrylt

You should also fix the parameter descriptions, it only has two and the way it describes "data" is incorrect

BalintCsala avatar Apr 09 '24 11:04 BalintCsala