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

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org

Results 49 OpenGL-Refpages issues
Sort by recently updated
recently updated
newest added

GL 4.x allows double-precision uniforms, but the API documentation doesn't expose the `glUniform*d(v)` and `glUniformMatrix*dv` functions.

Consider the statement for a `format` of `GL_RED`: > Each element is a single red component. The GL converts it to floating point and assembles it into an RGBA element...

Per https://www.khronos.org/bugzilla/show_bug.cgi?id=1404 - in some browsers, JavaScript (possibly inserted by the site framework?) appears in older ref pages like https://www.khronos.org/opengles/sdk/docs/man/ Fixing this for very old pages isn't a priority but...

Opengles `glMapBufferRange` page has link to `glUnmapBuffer`, but click it get `The requested URL was not found on this server.` In fact, `glUnmapBuffer` is just at the same page of...

Hi! https://registry.khronos.org/OpenGL-Refpages/gl4/html/atomicCompSwap.xhtml Fixed typo in atomicCompSwap-overload for int type.

A Russian speaker has discovered that the .xhtml cannot be translated by Google Translate. For example, this .html page translated fine: https://registry-khronos-org.translate.goog/OpenGL-Refpages/gl4/?_x_tr_sl=en&_x_tr_tl=ru This page does not: https://registry-khronos-org.translate.goog/OpenGL-Refpages/gl4/html/all.xhtml?_x_tr_sl=en&_x_tr_tl=ru Instead, getting redirected...

The Reference pages for `atan` indicate that "the result is undefined if x=0". https://registry.khronos.org/OpenGL-Refpages/gl4/html/atan.xhtml However, the GLSL specification does not match, and for atan it states "results are undefined if...

Hi! A discrepancy in OpenGL documentation was discovered: The `glGetInternalformat` reference page says that it should return either `GL_TRUE` or `GL_FALSE` when queried for `GL_FRAMEBUFFER_BLEND`, but the `ARB_internalformat_query2` extension page...

Hello! While consulting the reference for packUnorm I found a couple of small typos in the documentation.