mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
Fixes #6842 Comments By: phosit, Stan Differential Revision: https://code.wildfiregames.com/D5218 This was SVN commit r28010.
11 lines
247 B
XML
11 lines
247 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/upscale_nearest.fs"/>
|
|
|
|
</program>
|