mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 20:50:19 -06:00
25 lines
795 B
XML
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>
|