Add support for GL 32-bit color depth on native (close #698)

This commit is contained in:
Joshua Granick
2017-06-05 13:29:37 -07:00
parent b60f6bd94e
commit 6589b22c6f
9 changed files with 31 additions and 5 deletions

View File

@@ -72,7 +72,8 @@ namespace lime {
WINDOW_FLAG_HIDDEN = 0x00001000,
WINDOW_FLAG_MINIMIZED = 0x00002000,
WINDOW_FLAG_MAXIMIZED = 0x00004000,
WINDOW_FLAG_ALWAYS_ON_TOP = 0x00008000
WINDOW_FLAG_ALWAYS_ON_TOP = 0x00008000,
WINDOW_FLAG_COLOR_DEPTH_32_BIT = 0x00010000
};