Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
Class providing native access to underlying handles. More...
#include <OxygenEngine/native.h>
Static Public Member Functions | |
static nk_context * | getNuklearContext (const oe::gui::Manager &gui) |
Get the Nuklear UI context from a gui::Manager. | |
static GLFWwindow * | getGlfwWindow (const oe::core::Window &window) |
Get the GLFW window handle from a core::Window. | |
Class providing native access to underlying handles.
|
inlinestatic |
Get the GLFW window handle from a core::Window.
Mainly used to send this handle through GLFW native functions to interact with raw window context
|
inlinestatic |
Get the Nuklear UI context from a gui::Manager.
Can be used for immediate mode or for debug purposes