mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 00:53:42 +00:00
a1f98b016b
Differential Revision: https://code.wildfiregames.com/D4471 This was SVN commit r26286.
21 lines
437 B
XML
21 lines
437 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<effect>
|
|
|
|
<technique>
|
|
<require shaders="arb"/>
|
|
<pass shader="arb/canvas2d">
|
|
<depth test="FALSE" mask="false"/>
|
|
<blend src="src_alpha" dst="one_minus_src_alpha"/>
|
|
</pass>
|
|
</technique>
|
|
|
|
<technique>
|
|
<require shaders="glsl"/>
|
|
<pass shader="glsl/canvas2d">
|
|
<depth test="FALSE" mask="false"/>
|
|
<blend src="src_alpha" dst="one_minus_src_alpha"/>
|
|
</pass>
|
|
</technique>
|
|
|
|
</effect>
|