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