source: ps/trunk/binaries/data/mods/public/shaders/effects/model_waterfall.xml@ 18561

Last change on this file since 18561 was 18561, checked in by elexis, 8 years ago

Fix fileendings of files with mixed fileendings in the public mod (except art, l10n) and in source/ (except for source/third_party/).
Thus fix lineendings in files that were missed in r18558, as reported by Imarok.

(SVN throws an error when trying to set the native filending property on a file with mixed fileendings. However when recursing it hides this error).

  • Property svn:eol-style set to native
File size: 567 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<effect>
3 <technique>
4 <require shaders="glsl"/>
5 <sort_by_distance/>
6 <pass shader="glsl/model_waterfall">
7 <define name="USE_TRANSPARENT" value="1"/>
8 <define name="USE_INSTANCING" value="1"/>
9 <blend src="src_alpha" dst="one_minus_src_alpha"/>
10 <depth func="lequal" mask="true"/>
11 </pass>
12 </technique>
13 <technique>
14 <require shaders="arb"/>
15 </technique>
16 <technique>
17 <require shaders="fixed"/>
18 </technique>
19</effect>
Note: See TracBrowser for help on using the repository browser.