cod5-sdk/raw/techniques/zprepass_test_sls_scroll_dtex_sls.tech

18 lines
293 B
Text
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
{
stateMap "nocolor";
vertexShader 1.1 "vertcol_simple_scroll_dtex.hlsl"
{
}
pixelShader 1.1 "vertcol_simple.hlsl"
{
colorMapSampler = material.colorMap;
}
vertex.position = code.position;
vertex.color[0] = code.color;
vertex.texcoord[0] = code.texcoord[0];
}