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 { ...@@ -2000,7 +2000,7 @@ typedef struct {
DWORD alphaMask, redMask, greenMask, blueMask; DWORD alphaMask, redMask, greenMask, blueMask;
UINT bpp; UINT bpp;
BOOL isFourcc; BOOL isFourcc;
GLint glInternal, glFormat, glType; GLint glInternal, glGammaInternal, glFormat, glType;
} PixelFormatDesc; } PixelFormatDesc;
const PixelFormatDesc *getFormatDescEntry(WINED3DFORMAT fmt); 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