KhronosGroup / OpenGL-Refpages

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

gl4: Rename samplerRect to sampler2DRect in textureSize #113

Closed tintou closed 2 years ago

tintou commented 2 years ago

The samplerRect type doesn't exist and is actually sampler2DRect.

imirkin commented 2 years ago

(Note: I have no sway over things being committed in this repo.)

I think it's preferred that you also update the associated .xhtml file. You can do this by running

make textureSize.xhtml

in the gl4/html directory (or equivalent), and discarding any "bogus" changes (e.g. the generator XSL version).

tintou commented 2 years ago

Thanks for the tip, I've regenerated the file.

oddhack commented 2 years ago

Thanks! LGTM.