Added shaders and doomscript from the build.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
hlsl_vp {
|
||||
result.position = _float4( 0.0 );
|
||||
}
|
||||
hlsl_fp {
|
||||
clip( -1 );
|
||||
result.color = _float4( 0.0 );
|
||||
result.color1 = _float4( 0.0 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user