MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ WindowingBackend

Windowing library selection.

Enumerator
GLFW 

GLFW3 (default, cross-platform)

SDL 

SDL2 (alternative, if implemented)

NATIVE 

Platform-native (Win32/X11/Cocoa, if implemented)

NONE 

No windowing (offscreen rendering only)

Definition at line 224 of file GlobalGraphicsInfo.hpp.

224 : uint8_t {
225 GLFW, ///< GLFW3 (default, cross-platform)
226 SDL, ///< SDL2 (alternative, if implemented)
227 NATIVE, ///< Platform-native (Win32/X11/Cocoa, if implemented)
228 NONE ///< No windowing (offscreen rendering only)
229 };
@ NONE
No windowing (offscreen rendering only)
@ NATIVE
Platform-native (Win32/X11/Cocoa, if implemented)