mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
GLX: Removed alpha from backbuffer attributes. Fix for NV issue#23.
This commit is contained in:
parent
8c6db9155f
commit
5afe69f240
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ namespace bgfx
|
||||||
GLX_RED_SIZE, 8,
|
GLX_RED_SIZE, 8,
|
||||||
GLX_BLUE_SIZE, 8,
|
GLX_BLUE_SIZE, 8,
|
||||||
GLX_GREEN_SIZE, 8,
|
GLX_GREEN_SIZE, 8,
|
||||||
GLX_ALPHA_SIZE, 8,
|
// GLX_ALPHA_SIZE, 8,
|
||||||
GLX_DEPTH_SIZE, 24,
|
GLX_DEPTH_SIZE, 24,
|
||||||
GLX_STENCIL_SIZE, 8,
|
GLX_STENCIL_SIZE, 8,
|
||||||
None,
|
0,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Find suitable config
|
// Find suitable config
|
||||||
|
|
Loading…
Reference in a new issue