dawn-cmake/test/tint/builtins/textureGather/u32/alpha.wgsl.expected.fxc.hlsl

8 lines
152 B
HLSL

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