mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 08:52:26 +00:00
12 lines
263 B
XML
12 lines
263 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<require shaders="spirv"/>
|
|
<pass shader="terrain_blend">
|
|
<depth mask="false"/>
|
|
<blend src="src_alpha" dst="one_minus_src_alpha"/>
|
|
</pass>
|
|
</technique>
|
|
</effect>
|