Files
OpenSpace/modules/common/common.xml
2014-01-04 18:24:33 +01:00

25 lines
795 B
XML

<?xml version="1.0" ?>
<shaders>
<shader identifier="powerscale">
<vertex path="shaders/powerscale_vs.glsl" />
<fragment path="shaders/powerscale_fs.glsl" />
<bindings>
<attribute name="in_position" position="0" />
<attribute name="in_st" position="1" />
<attribute name="in_normal" position="2" />
<attribute name="in_color" position="3" />
<fragdata name="diffuse" position="0" />
</bindings>
</shader>
<shader identifier="pscstandard">
<vertex path="shaders/pscstandard_vs.glsl" />
<fragment path="shaders/pscstandard_fs.glsl" />
<bindings>
<attribute name="in_position" position="0" />
<attribute name="in_st" position="1" />
<attribute name="in_normal" position="2" />
<fragdata name="diffuse" position="0" />
</bindings>
</shader>
</shaders>