mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 19:13:40 +00:00
eaac0b0dbe
Also adds missing streams. This was SVN commit r26792.
12 lines
236 B
XML
12 lines
236 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<program type="glsl">
|
|
|
|
<vertex file="glsl/simple.vs">
|
|
<stream name="pos" attribute="a_vertex"/>
|
|
<stream name="uv0" attribute="a_uv0"/>
|
|
</vertex>
|
|
|
|
<fragment file="glsl/fxaa.fs"/>
|
|
|
|
</program>
|