Common: Add DRM display helper class and GBM GL context

This commit is contained in:
Connor McLaughlin
2021-01-31 02:25:05 +10:00
parent b267020d07
commit b09da307b5
15 changed files with 946 additions and 12 deletions

View File

@ -12,11 +12,13 @@ struct WindowInfo
Wayland,
MacOS,
Android,
DRM,
};
enum class SurfaceFormat
{
None,
Auto,
RGB8,
RGBA8,
RGB565,