16 lines
231 B
Text
16 lines
231 B
Text
{
|
|
stateMap "default";
|
|
|
|
vertexShader 1.1 "cinematic.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 2.0 "cinematic.hlsl"
|
|
{
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
vertex.color[0] = code.color;
|
|
|
|
}
|