15 lines
210 B
Text
15 lines
210 B
Text
{
|
|
stateMap "wireframe";
|
|
|
|
vertexShader 1.1 "vertcol_untextured.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 1.1 "vertcol_untextured.hlsl"
|
|
{
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.color[0] = code.color;
|
|
|
|
}
|