Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::Context Struct Reference

#include <Context.h>

Collaboration diagram for samurai::Context:
Collaboration graph

Public Types

using glfwMakeContextCurrent_t = void(GLFWwindow *)
 

Public Attributes

ImGuiContext * ImGuiContext = {}
 
glfwMakeContextCurrent_tglfwMakeContextCurrentPtr = {}
 
GLFWwindow * wind = {}
 
samurai::memory::CustomAllocator imguiAllocator
 

Detailed Description

Definition at line 12 of file Context.h.

Member Typedef Documentation

◆ glfwMakeContextCurrent_t

using samurai::Context::glfwMakeContextCurrent_t = void(GLFWwindow *)

Definition at line 16 of file Context.h.

Member Data Documentation

◆ glfwMakeContextCurrentPtr

glfwMakeContextCurrent_t* samurai::Context::glfwMakeContextCurrentPtr = {}

Definition at line 18 of file Context.h.

◆ imguiAllocator

samurai::memory::CustomAllocator samurai::Context::imguiAllocator

Definition at line 25 of file Context.h.

◆ ImGuiContext

ImGuiContext* samurai::Context::ImGuiContext = {}

Definition at line 14 of file Context.h.

◆ wind

GLFWwindow* samurai::Context::wind = {}

Definition at line 19 of file Context.h.


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