mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
15 lines
322 B
XML
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>
|