1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/shaders/glsl/los_interp.xml
myconid 648e68e49c smooth LOS
This was SVN commit r12304.
2012-08-06 22:38:42 +00:00

14 lines
358 B
XML

<?xml version="1.0" encoding="utf-8"?>
<program type="glsl">
<vertex file="glsl/los_interp.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/los_interp.fs"/>
</program>