comments
This commit is contained in:
@@ -97,9 +97,12 @@ static const char *EffectModeNames[] =
|
|||||||
/* Normal blending. All supported texture modes have their standard effects. */
|
/* Normal blending. All supported texture modes have their standard effects. */
|
||||||
"Normal",
|
"Normal",
|
||||||
|
|
||||||
|
/* After rendering to a destination alpha render target, the color will be premultiplied
|
||||||
|
* with its alpha. An Unpremultiply pass with CopySrc blending must be performed to
|
||||||
|
* correct this. */
|
||||||
"Unpremultiply",
|
"Unpremultiply",
|
||||||
|
|
||||||
/* Layered blending. */
|
/* Layered blending. These shaders take two source textures. */
|
||||||
"ColorBurn",
|
"ColorBurn",
|
||||||
"ColorDodge",
|
"ColorDodge",
|
||||||
"VividLight",
|
"VividLight",
|
||||||
|
|||||||
Reference in New Issue
Block a user