MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::GlfwPreInitConfig Struct Reference

Configuration hints for GLFW initialization. More...

#include <GlobalGraphicsInfo.hpp>

+ Collaboration diagram for MayaFlux::Core::GlfwPreInitConfig:

Public Types

enum class  Platform { Default , Wayland , X11 }
 Force a specific windowing platform on Linux. More...
 

Public Attributes

enum MayaFlux::Core::GlfwPreInitConfig::Platform platform = Platform::Default
 
bool disable_libdecor {}
 this prevents crash on some wayland compositors
 
bool cocoa_chdir_resources = true
 
bool cocoa_menubar = true
 
bool headless {}
 Request OpenGL debug context (if using OpenGL backend)
 

Detailed Description

Configuration hints for GLFW initialization.

Set before initializing the GLFW library. These affect how GLFW sets up its internal state and platform integration.

Definition at line 185 of file GlobalGraphicsInfo.hpp.


The documentation for this struct was generated from the following file: