Add support for GL 32-bit color depth on native (close #698)
This commit is contained in:
@@ -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
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user