cod5-sdk/raw/techniques/wireframe_solid_skin.tech

16 lines
210 B
Text
Raw Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "wireframe";
vertexShader 1.1 "vertcol_untextured.hlsl"
{
}
pixelShader 1.1 "vertcol_untextured.hlsl"
{
}
vertex.position = code.position;
vertex.color[0] = code.color;
}