15 lines
172 B
Text
15 lines
172 B
Text
|
{
|
||
|
stateMap "build_shadowmap_model";
|
||
|
|
||
|
vertexShader 1.1 "transform_only.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 1.1 "null.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
|
||
|
}
|