KhronosGroup / OpenGL-Refpages

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

Small fixes from docs.gl #115

Closed imirkin closed 2 years ago

imirkin commented 2 years ago

I went through the docs.gl repo (https://github.com/BSVino/docs.gl), looking for local fixes. This is the majority of the small ones. They had a few larger updates which I'll file as issues to better explain stuff (VAO required in core, glTexStorage making immutable textures). A handful here are not direct ports but rather fixes after checking for completeness of a fix.

I don't think there should be any licensing or attribution issues since the original text comes from Khronos in the first place, and these are all very minor updates.

@oddhack let me know if the way I pointed at the source commits is fine or if you want something else here.

Courtesy ping to @BSVino for awareness. Let me know if you feel like there are any problems with doing this.

oddhack commented 2 years ago

Thanks! All LGTM.