GLFWWindowConfig Struct
Configuration structure for a GLFWWindow. More...
Declaration
struct helios::ext::glfw::window::GLFWWindowConfig { ... }
Base struct
| struct | WindowConfig |
|
Configuration structure for creating and initializing a Window. More... | |
Public Destructor Index
| ~GLFWWindowConfig () override=default | |
Public Member Attributes Index
| GLFWframebuffersizefun | frameBufferSizeCallback = nullptr |
|
The GLFW framebuffer size callback. More... | |
Description
Configuration structure for a GLFWWindow.
Extends helios::window::WindowConfig by adding a `GLFWframebuffersizefun`, which represents a C-style callback for framebuffer size events.
Definition at line 23 of file GLFWWindowConfig.ixx.
Public Destructor
~GLFWWindowConfig()
| default |
Definition at line 28 of file GLFWWindowConfig.ixx.
Public Member Attributes
frameBufferSizeCallback
|
The GLFW framebuffer size callback.
Definition at line 27 of file GLFWWindowConfig.ixx.
27 GLFWframebuffersizefun frameBufferSizeCallback = nullptr;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.