mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 22:25:27 +00:00
dd189ffe1f
This was SVN commit r15679.
14 lines
343 B
XML
14 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<program type="glsl">
|
|
|
|
<vertex file="glsl/gui_basic.vs">
|
|
<stream name="pos"/>
|
|
<stream name="uv0"/>
|
|
<attrib name="a_vertex" semantics="gl_Vertex"/>
|
|
<attrib name="a_uv0" semantics="gl_MultiTexCoord0"/>
|
|
</vertex>
|
|
|
|
<fragment file="glsl/gui_basic.fs"/>
|
|
|
|
</program>
|