0ad/binaries/data/mods/mod/shaders/effects/fxaa.xml
vladislavbelov 04230f7e03 Adds SPIR-V to effect XML files.
Differential Revision: https://code.wildfiregames.com/D4986
This was SVN commit r27624.
2023-04-29 20:36:37 +00:00

15 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>