blob: bee1a6a5b3a56b76991dcbc06c8346cad2f69388 [file] [log] [blame]
void faceForward_e6908b() {
float2 res = faceforward(float2(0.0f, 0.0f), float2(0.0f, 0.0f), float2(0.0f, 0.0f));
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
faceForward_e6908b();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
faceForward_e6908b();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
faceForward_e6908b();
return;
}