KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
439 stars 136 forks source link

gl4/atomicCompSwap: fix typo in arguments type (uint->int) #154

Closed PolarNick239 closed 3 months ago

PolarNick239 commented 6 months ago

Hi!

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

Fixed typo in atomicCompSwap-overload for int type.

NogginBops commented 3 months ago

This is fixed in #141 which also contains more fixes. So that PR should be preferred over this one.

PolarNick239 commented 3 months ago

Nice, thank you.