14 lines
171 B
Text
14 lines
171 B
Text
{
|
|
stateMap "clear_alpha_stencil";
|
|
|
|
vertexShader 1.1 "transform_only.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 1.1 "black.hlsl"
|
|
{
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
|
|
}
|