dawn-cmake/test/tint/builtins/textureGather/i32/blue.wgsl.expected.dxc.hlsl

8 lines
149 B
HLSL

Texture2D<int4> t : register(t0, space1);
SamplerState s : register(s1, space1);
void main() {
int4 res = t.GatherBlue(s, (0.0f).xx);
return;
}