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

16 lines
261 B
Text

{
stateMap "wireframe";
vertexShader 2.0 "vertcol_untextured_flag_nc.hlsl"
{
}
pixelShader 1.1 "vertcol_untextured_nc.hlsl"
{
}
vertex.position = code.position;
vertex.texcoord[0] = code.texcoord[0];
vertex.normal = code.normal;
}