16 lines
273 B
Text
16 lines
273 B
Text
{
|
|
stateMap "build_floatz";
|
|
|
|
vertexShader 2.0 "floatz_build_atest_nc_dtex.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 2.0 "floatz_build_atest_nc.hlsl"
|
|
{
|
|
colorMapSampler = material.colorMap;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
|
|
}
|