mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 04:13:36 +00:00
12 lines
268 B
XML
12 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<require shaders="spirv"/>
|
|
<pass shader="waves">
|
|
<depth test="TRUE" func="always"/>
|
|
<blend src="src_alpha" dst="one_minus_src_alpha"/>
|
|
</pass>
|
|
</technique>
|
|
</effect>
|