Blendtable (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''blendtable''' <blendtable> { [...] }
See also [[numalphatables (DEF)|numalphatables]].
== Tokens ==
raw
:: file
:: offset
glblend
:: forward
:: reverse
:: both
:::: src
:::: sfactor
:::: top
:::: dst
:::: dfactor
:::: bottom
:::: alpha
:::::: ZERO
:::::: ONE
:::::: SRC_COLOR
:::::: ONE_MINUS_SRC_COLOR
:::::: SRC_ALPHA
:::::: ONE_MINUS_SRC_ALPHA
:::::: DST_ALPHA
:::::: ONE_MINUS_DST_ALPHA
:::::: DST_COLOR
:::::: ONE_MINUS_DST_COLOR
copy
undef
[[Category:WIP pages]]
[[Category:WIP pages]]


[[Category:DEF commands]]
[[Category:DEF commands]]

Revision as of 02:08, 22 February 2020

blendtable <blendtable> { [...] }

See also numalphatables.

Tokens

raw

file
offset

glblend

forward
reverse
both
src
sfactor
top
dst
dfactor
bottom
alpha
ZERO
ONE
SRC_COLOR
ONE_MINUS_SRC_COLOR
SRC_ALPHA
ONE_MINUS_SRC_ALPHA
DST_ALPHA
ONE_MINUS_DST_ALPHA
DST_COLOR
ONE_MINUS_DST_COLOR

copy undef