cod4-sdk/raw/techniques/floatzdisplay.tech
2008-01-19 00:00:00 +00:00

14 lines
170 B
Text

{
stateMap "default2d";
vertexShader 2.0 "floatz_display.hlsl"
{
}
pixelShader 2.0 "floatz_display.hlsl"
{
}
vertex.position = code.position;
}