17 lines
307 B
Text
17 lines
307 B
Text
{
|
|
stateMap "build_shadowmap_depth";
|
|
|
|
vertexShader 2.0 "vertcol_simple_atest.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 2.0 "vertcol_simple_atest.hlsl"
|
|
{
|
|
colorMapSampler = material.colorMap;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.color[0] = code.color;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|