KhronosGroup / glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Other
3.01k stars 829 forks source link

Documentation for textureGatherLod #3474

Closed Ravbug closed 8 months ago

Ravbug commented 8 months ago

I see references to textureGatherLod in glslang, such as here: https://github.com/KhronosGroup/glslang/blob/1952e63d437beb0a3ba7df27f34ced0cef656824/glslang/MachineIndependent/intermOut.cpp#L927C55-L927C71

However, I don't see any information about this function anywhere online. Does glslang support it, and if so, where can I find information about its usage and behavior?

ncesario-lunarg commented 8 months ago

Looks like that is for https://registry.khronos.org/OpenGL/extensions/AMD/AMD_texture_gather_bias_lod.txt and was added in https://github.com/KhronosGroup/glslang/pull/912.