17 lines
251 B
Text
17 lines
251 B
Text
|
{
|
||
|
stateMap "default";
|
||
|
|
||
|
vertexShader 1.1 "textured_simple.hlsl"
|
||
|
{
|
||
|
}
|
||
|
|
||
|
pixelShader 1.1 "textured_simple.hlsl"
|
||
|
{
|
||
|
colorMapSampler = material.colorMap;
|
||
|
}
|
||
|
|
||
|
vertex.position = code.position;
|
||
|
vertex.texcoord[0] = code.texcoord[0];
|
||
|
|
||
|
}
|