Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
RehtiGraphics.hpp File Reference
#include <vulkan/vulkan.h>
#include "AABB.hpp"
#include "Camera.hpp"
#include "GraphicsObjectManager.hpp"
#include "Mesh.hpp"
#include "TimerCallbackSystem.hpp"
#include <algorithm>
#include <chrono>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <string>
Include dependency graph for RehtiGraphics.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QueueFamilyIndices
 
struct  SwapChainSupportDetails
 
struct  EngineStatistics
 
class  RehtiGraphics
 

Enumerations

enum  EngineFlags { NO_FLAGS = 0 , FRAME_BUFFER_RESIZED = 1 << 0 , UNKNOWN = 1 << 7 }
 

Enumeration Type Documentation

◆ EngineFlags

Enumerator
NO_FLAGS 
FRAME_BUFFER_RESIZED 
UNKNOWN