blob: 9432a61f430e02c5b29039b877795245bdd8e02e [file] [log] [blame]
void abs_7f28e6() {
uint2 res = abs(uint2(0u, 0u));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
abs_7f28e6();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
abs_7f28e6();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
abs_7f28e6();
return;
}