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

17 lines
207 B
Plaintext

{
parms {
stageSort sortCoverage
}
state {
alphamask
colormask
}
hlsl_vp {
#include "includes/vertex.inc"
CALC_POSITION( result.position );
}
hlsl_fp {
result.color = _float4( 0.0 );
}
}