KhronosGroup / glslang

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

GL_ARB_texture_multisample #3190

Open HeXiaoZhi opened 1 year ago

HeXiaoZhi commented 1 year ago

glslang doesn't support "GL_ARB_texture_multisample" extension.

glcts.exe --deqp-case=KHR-GL46.texture_size_promotion.functional

version 140

extension GL_ARB_texture_multisample : enable

out float result;

uniform sampler2DMS data;

void main() { result = texelFetch(data, ivec2(0), 3).r; }

jimihem commented 11 months ago

Has this issuse been fixed?

arcady-lunarg commented 11 months ago

It has not.