mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 16:06:46 +00:00
04230f7e03
Differential Revision: https://code.wildfiregames.com/D4986 This was SVN commit r27624.
16 lines
322 B
XML
16 lines
322 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<pass shader="glsl/fxaa">
|
|
<depth test="FALSE" mask="false"/>
|
|
</pass>
|
|
</technique>
|
|
<technique>
|
|
<require shaders="spirv"/>
|
|
<pass shader="spirv/fxaa">
|
|
<depth test="FALSE" mask="false"/>
|
|
</pass>
|
|
</technique>
|
|
</effect>
|