mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 08:04:09 +02:00
Use the right buffer sizes in GLX visual attributes
This commit is contained in:
@@ -169,6 +169,10 @@ int main(int argc, char **argv) {
|
||||
GLX_RGBA,
|
||||
GLX_DOUBLEBUFFER,
|
||||
GLX_DEPTH_SIZE, 24,
|
||||
GLX_RED_SIZE, 8,
|
||||
GLX_GREEN_SIZE, 8,
|
||||
GLX_BLUE_SIZE, 8,
|
||||
GLX_ALPHA_SIZE, 8,
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user