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