wined3d: Dump postblend color.

This commit is contained in:
Matteo Bruni 2012-08-15 00:38:24 +02:00 committed by Alexandre Julliard
parent 152a09ce75
commit 0a37a86f35
1 changed files with 1 additions and 0 deletions

View File

@ -1158,6 +1158,7 @@ static void check_fbo_compat(const struct wined3d_gl_info *gl_info, struct wined
else
{
TRACE("Format supports post-pixelshader blending.\n");
TRACE("Color output: %#x\n", color);
format->flags |= WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING;
}