Commit 08ae3d6f authored by Phil Costin's avatar Phil Costin Committed by Alexandre Julliard

wined3d: Extend the D3DFMT table to include gamma corrected formats.

parent 3650e31e
......@@ -2000,7 +2000,7 @@ typedef struct {
DWORD alphaMask, redMask, greenMask, blueMask;
UINT bpp;
BOOL isFourcc;
GLint glInternal, glFormat, glType;
GLint glInternal, glGammaInternal, glFormat, glType;
} PixelFormatDesc;
const PixelFormatDesc *getFormatDescEntry(WINED3DFORMAT fmt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment