KhronosGroup / GLSL

GLSL Shading Language Issue Tracker
324 stars 96 forks source link

Rename GLSL_EXT_shader_tile_image.txt to GL_EXT_shader_tile_image.txt #211

Closed PanGao-h closed 11 months ago

PanGao-h commented 11 months ago

Vulkan spec links to GL_EXT_shader_tile_image instead of GLSL_EXT_shader_tile_image and the name with GL prefix aligns with name strings.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

jeffbolznv commented 11 months ago

We've generally been trying to use GLSL for the file names to help indicate that they're not OpenGL extensions. I suggest fixing the link instead.

PanGao-h commented 11 months ago

If that's the case, it's more reasonable to make the changes in spec instead. Close this and create a MR in doc repo then.