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