glslang icon indicating copy to clipboard operation
glslang copied to clipboard

GL_ARB_texture_multisample

Open HeXiaoZhi opened this issue 1 year ago • 2 comments

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; }

HeXiaoZhi avatar Apr 18 '23 02:04 HeXiaoZhi

Has this issuse been fixed?

jimihem avatar Nov 14 '23 07:11 jimihem

It has not.

arcady-lunarg avatar Nov 14 '23 16:11 arcady-lunarg