KhronosGroup / OpenGL-Refpages

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

Change 'vec4 P' to 'vec3 P' for textureLod / textureLodOffset with a sampler2DShadow, matching GLSL spec. #74

Closed oddhack closed 4 years ago

oddhack commented 4 years ago

Fixes #73.

pdaniell-nv commented 4 years ago

LGTM

oddhack commented 4 years ago

Checked the es3 refpages to be sure, but they're already vec3. Merging based on @pdaniell-nv feedback and the OP of #73 having closed that issue.