1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-01-17 21:09:00 +01:00

fix depth buffer size on AMD

This commit is contained in:
XProger 2021-01-12 11:59:54 +03:00
parent a25e42e65f
commit d98f62cf72

View File

@ -455,6 +455,7 @@ HWND hWnd;
WGL_ACCELERATION_ARB, WGL_FULL_ACCELERATION_ARB,
WGL_COLOR_BITS_ARB, 32,
WGL_ALPHA_BITS_ARB, 8,
WGL_DEPTH_BITS_ARB, 24,
0
};