Elevate Engine 1
Loading...
Searching...
No Matches
GraphicsContext.cpp
Go to the documentation of this file.
1#include "eepch.h"
2#include "GraphicsContext.h"
3
4namespace Elevate
5{
6 GraphicsContext* Elevate::GraphicsContext::s_context = nullptr;
7
10 {
11 s_context = this;
12 }
13
18}