1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/shaders/model_light.xml
prefect f1ee2cd66d Add the notion of render paths and an appropriate configuration option.
Add Ogl_Shader and Ogl_Program handle types for shaders/programs loaded
from
files.
In the vertexshader render path, use a vertex program for lighting for
optimization.

This was SVN commit r2853.
2005-10-05 16:42:09 +00:00

9 lines
227 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Program>
<Shaders>
<Shader type="VERTEX_SHADER">shaders/model_light.vs</Shader>
<Shader type="VERTEX_SHADER">shaders/shlight.vs</Shader>
</Shaders>
</Program>