blob: 2776dc200316c3b3de1f359bc6b160abd2370661 [file] [log] [blame]
static float4 outColor = float4(0.0f, 0.0f, 0.0f, 0.0f);
static float gl_FragDepth = 0.0f;
void main_1() {
outColor = float4(0.0f, 0.0f, 0.0f, 0.0f);
gl_FragDepth = 0.699999988f;
return;
}
struct main_out {
float4 outColor_1;
float gl_FragDepth_1;
};
struct tint_symbol {
float4 outColor_1 : SV_Target0;
float gl_FragDepth_1 : SV_Depth;
};
tint_symbol main() {
main_1();
const main_out tint_symbol_1 = {outColor, gl_FragDepth};
const tint_symbol tint_symbol_2 = {tint_symbol_1.outColor_1, tint_symbol_1.gl_FragDepth_1};
return tint_symbol_2;
}