Common: Add DRM display helper class and GBM GL context
This commit is contained in:
@ -204,6 +204,9 @@ bool ContextWGL::InitializeDC()
|
||||
pfd.cBlueBits = 5;
|
||||
break;
|
||||
|
||||
case WindowInfo::SurfaceFormat::Auto:
|
||||
break;
|
||||
|
||||
default:
|
||||
UnreachableCode();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user