From 512021c127c1489b38f43163d9d714a5bc7900a7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 24 Feb 2007 23:39:18 +0000 Subject: [PATCH] comments --- stepmania/src/RageTypes.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageTypes.cpp b/stepmania/src/RageTypes.cpp index 0c32ea93fa..38bd4d4a88 100644 --- a/stepmania/src/RageTypes.cpp +++ b/stepmania/src/RageTypes.cpp @@ -97,9 +97,12 @@ static const char *EffectModeNames[] = /* Normal blending. All supported texture modes have their standard effects. */ "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", - /* Layered blending. */ + /* Layered blending. These shaders take two source textures. */ "ColorBurn", "ColorDodge", "VividLight",