forked from mirrors/0ad
e49cc91257
Tested By: Stan Differential Revision: https://code.wildfiregames.com/D2921 This was SVN commit r23945.
15 lines
349 B
XML
15 lines
349 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<program type="arb">
|
|
|
|
<vertex file="arb/gui_basic.vp">
|
|
<stream name="pos"/>
|
|
<stream name="uv0"/>
|
|
<uniform name="transform" loc="0" type="mat4"/>
|
|
</vertex>
|
|
|
|
<fragment file="arb/gui_basic.fp">
|
|
<uniform name="tex" loc="0" type="sampler2D"/>
|
|
</fragment>
|
|
|
|
</program>
|