blob: b49ab9b53c45849c57858f70d37aa7b0ac80b2bf [file] [log] [blame]
void min_794711() {
float res = 1.0f;
}
void fragment_main() {
min_794711();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
min_794711();
return;
}
struct VertexOutput {
float4 pos;
};
struct tint_symbol_1 {
float4 pos : SV_Position;
};
VertexOutput vertex_main_inner() {
VertexOutput tint_symbol = (VertexOutput)0;
tint_symbol.pos = (0.0f).xxxx;
min_794711();
return tint_symbol;
}
tint_symbol_1 vertex_main() {
VertexOutput inner_result = vertex_main_inner();
tint_symbol_1 wrapper_result = (tint_symbol_1)0;
wrapper_result.pos = inner_result.pos;
return wrapper_result;
}