16 lines
260 B
Text
16 lines
260 B
Text
{
|
|
stateMap "nocolor";
|
|
|
|
vertexShader 1.1 "vertcol_simple_nc_dtex.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 1.1 "vertcol_simple_nc.hlsl"
|
|
{
|
|
colorMapSampler = material.colorMap;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|