Files
2026-08-09 04:23:10 -07:00

10 lines
148 B
Plaintext

{
hlsl_vp {
result.position = _float4( 0.0 );
}
hlsl_fp {
clip( -1 );
result.color = _float4( 0.0 );
result.color1 = _float4( 0.0 );
}
}