Effect framework: Difference between revisions

m
→‎blend: fix copy paste error
(→‎program: Added link to shader page)
m (→‎blend: fix copy paste error)
Line 340: Line 340:
Example:
Example:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
                 <texture-unit>
                 <blend>
                         <active>true</active>
                         <active>true</active>
                         <source>one-minus-dst-alpha</source>
                         <source>one-minus-dst-alpha</source>
<destination>src-alpha-saturate</destination>
<destination>src-alpha-saturate</destination>
</texture-unit>
</blend>
</syntaxhighlight>
</syntaxhighlight>


574

edits