mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-10 19:29:34 +00:00
Update rcore_drm.c
This commit is contained in:
@@ -1445,7 +1445,8 @@ int InitPlatform(void)
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Providing `framebufferAttribs` is not logically necessary, but it may prevent segfaults on some nvidia drivers
|
||||
// WARNING: Providing framebufferAttribs is not logically necessary,
|
||||
// but it may prevent segfaults on some nvidia drivers
|
||||
if (!eglChooseConfig(platform.device, framebufferAttribs, NULL, 0, &numConfigs))
|
||||
{
|
||||
TRACELOG(LOG_WARNING, "DISPLAY: Failed to get EGL config count: 0x%x", eglGetError());
|
||||
|
||||
Reference in New Issue
Block a user