Pyrogenesis  trunk
Classes | Namespaces | Typedefs | Variables
Device.h File Reference
#include "renderer/backend/IDevice.h"
#include "renderer/backend/vulkan/DeviceForward.h"
#include "renderer/backend/vulkan/DeviceSelection.h"
#include "renderer/backend/vulkan/Texture.h"
#include "renderer/backend/vulkan/VMA.h"
#include "scriptinterface/ScriptForward.h"
#include <glad/vulkan.h>
#include <memory>
#include <limits>
#include <queue>
#include <string>
#include <tuple>
#include <unordered_map>
#include <vector>
Include dependency graph for Device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Renderer::Backend::Vulkan::CDevice
 
struct  Renderer::Backend::Vulkan::CDevice::ObjectToDestroy
 

Namespaces

 Renderer
 
 Renderer::Backend
 
 Renderer::Backend::Vulkan
 

Typedefs

typedef struct SDL_Window SDL_Window
 

Variables

static constexpr size_t Renderer::Backend::Vulkan::NUMBER_OF_FRAMES_IN_FLIGHT = 3
 

Typedef Documentation

◆ SDL_Window

typedef struct SDL_Window SDL_Window