mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 19:00:34 +02:00
fix depth buffer size on AMD
This commit is contained in:
@@ -455,6 +455,7 @@ HWND hWnd;
|
|||||||
WGL_ACCELERATION_ARB, WGL_FULL_ACCELERATION_ARB,
|
WGL_ACCELERATION_ARB, WGL_FULL_ACCELERATION_ARB,
|
||||||
WGL_COLOR_BITS_ARB, 32,
|
WGL_COLOR_BITS_ARB, 32,
|
||||||
WGL_ALPHA_BITS_ARB, 8,
|
WGL_ALPHA_BITS_ARB, 8,
|
||||||
|
WGL_DEPTH_BITS_ARB, 24,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user