Skip to main content

GLFWWindowConfig Struct

Configuration structure for a GLFWWindow. More...

Declaration

struct helios::ext::glfw::window::GLFWWindowConfig { ... }

Base struct

structWindowConfig

Configuration structure for creating and initializing a Window. More...

Public Destructor Index

~GLFWWindowConfig () override=default

Public Member Attributes Index

GLFWframebuffersizefunframeBufferSizeCallback = 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.

See Also

https://www.glfw.org/docs/latest/group__window.html#gae18026e294dde685ed2e5f759533144d

Definition at line 23 of file GLFWWindowConfig.ixx.

Public Destructor

~GLFWWindowConfig()

helios::ext::glfw::window::GLFWWindowConfig::~GLFWWindowConfig ()
default

Definition at line 28 of file GLFWWindowConfig.ixx.

Public Member Attributes

frameBufferSizeCallback

GLFWframebuffersizefun helios::ext::glfw::window::GLFWWindowConfig::frameBufferSizeCallback = nullptr

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.