mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
Fixes #6842 Comments By: phosit, Stan Differential Revision: https://code.wildfiregames.com/D5218 This was SVN commit r28010.
15 lines
344 B
XML
15 lines
344 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<pass shader="glsl/upscale_nearest">
|
|
<depth test="FALSE" mask="false"/>
|
|
</pass>
|
|
</technique>
|
|
<technique>
|
|
<require shaders="spirv"/>
|
|
<pass shader="spirv/upscale_nearest">
|
|
<depth test="FALSE" mask="false"/>
|
|
</pass>
|
|
</technique>
|
|
</effect>
|