blob: 6853b3ee3e4c62d7f79fd6bacedc2cf782a4fe6d [file] [log] [blame]
void mix_1faeb1() {
float4 res = lerp(float4(0.0f, 0.0f, 0.0f, 0.0f), float4(0.0f, 0.0f, 0.0f, 0.0f), 1.0f);
}
struct tint_symbol {
float4 value : SV_Position;
};
tint_symbol vertex_main() {
mix_1faeb1();
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
return tint_symbol_1;
}
void fragment_main() {
mix_1faeb1();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
mix_1faeb1();
return;
}