dawn-cmake/test/tint/builtins/gen/var/fwidth/5d1b39.wgsl.expected.dxc.hlsl

13 lines
235 B
HLSL
Raw Normal View History

RWByteAddressBuffer prevent_dce : register(u0, space2);
void fwidth_5d1b39() {
float3 arg_0 = (1.0f).xxx;
float3 res = fwidth(arg_0);
prevent_dce.Store3(0u, asuint(res));
}
void fragment_main() {
fwidth_5d1b39();
return;
}