Graphics Refactor Initial
This commit is contained in:
parent
87d8ce84dc
commit
bb5cbfdfe2
14 changed files with 378 additions and 555 deletions
14
Graphics/private/WindowContext.hpp
Normal file
14
Graphics/private/WindowContext.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "Window.hpp"
|
||||
|
||||
class GLFWwindow;
|
||||
|
||||
namespace tp {
|
||||
|
||||
class Window::Context {
|
||||
public:
|
||||
Context() = default;
|
||||
GLFWwindow* window = nullptr;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue