15 lines
210 B
Text
15 lines
210 B
Text
{
|
|
stateMap "default";
|
|
|
|
vertexShader 1.1 "cinematic_nc_dtex.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 2.0 "cinematic_nc.hlsl"
|
|
{
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|