Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
GraphicsPlatform.cpp
Go to the documentation of this file.
1#pragma once
2
3namespace Hubris::Graphics
4{
5 class Platform {
6 public:
7
8 };
9} // namespace Hubris::Graphics
Contains all graphics related classes and structs.
Definition Format.h:9