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

Annoying empty space taking 1/4 of the site. Confirmed in Edge and Firefox. ![Screenshot_2](https://user-images.githubusercontent.com/26071899/96695301-cadf2100-1389-11eb-9739-0eb69d9b94f2.png)

This moves the bottom.php file to the index.php file, which seems to remove the empty space. Fixes #92

Per https://github.com/KhronosGroup/OpenGL-Refpages/issues/114#issuecomment-1690917812 If it doesn't clear up soon, I can change the refpages to refer to the copy hosted by SPDX: https://spdx.org/licenses/OPUBL-1.0.html .

The core spec says: ``` Note that if a specified attachment has base internal format DEPTH_STENCIL but the attachments list does not include DEPTH_STENCIL_ATTACHMENT or both DEPTH_ATTACHMENT and STENCIL_ATTACHMENT, then...

See here: https://registry.khronos.org/OpenGL-Refpages/gl4/html/glGetTextureSubImage.xhtml The 4.5 spec says: > GetTextureSubImage > ... > level, format, type and pixels have the same meaning as for GetTexImage. Going there, we see: > GetTexImage...

Ideally we'll be able to update the gl4 refpages for GL 4.6 / GLSL 4.60 at some point; this is just a tracker to acknowledge the problem exists.

In the reference page for `glMemoryBarrier`, the descriptions for `GL_ATOMIC_COUNTER_BARRIER_BIT` and `GL_SHADER_STORAGE_BARRIER_BIT` are these, respectively: > GL_ATOMIC_COUNTER_BARRIER_BIT Accesses to atomic counters after the barrier will reflect writes prior to the...

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttribFormat.xhtml says: > relativeoffset > The distance between elements within the buffer. Section 10.3. in OpenGL 4.6 (Core Profile) - May 5, 2022 says: > relativeoffset is a byte offset...

This hasn't been a problem since they implemented a redirect, but the MathJAX.org CDN has closed, and we should accomodate that. It doesn't just affect GL refpages on khronos.org, but...

In the latest refpages on the `glGet` page, `GL_TEXTURE_BINDING_BUFFER` has two incompatible definitions : ``` GL_TEXTURE_BINDING_BUFFER data returns a single value, the name of the texture currently bound to the...