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