mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 14:15:45 -04:00
Common: Add DRM display helper class and GBM GL context
This commit is contained in:
@ -12,11 +12,13 @@ struct WindowInfo
|
||||
Wayland,
|
||||
MacOS,
|
||||
Android,
|
||||
DRM,
|
||||
};
|
||||
|
||||
enum class SurfaceFormat
|
||||
{
|
||||
None,
|
||||
Auto,
|
||||
RGB8,
|
||||
RGBA8,
|
||||
RGB565,
|
||||
|
Reference in New Issue
Block a user