Chronos 0.0
A advanced 2D rendering and animation system
Loading...
Searching...
No Matches
device.hpp File Reference

Contains the Device class. More...

#include "vulkanHeaders.hpp"
Include dependency graph for device.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Chronos::Engine::Device
 This initializes, manages and destroys the logical and physical devices(GPU). More...
 

Namespaces

namespace  Chronos
 
namespace  Chronos::Engine
 

Variables

const std::vector< const char * > Chronos::Engine::deviceExtensions = { VK_KHR_SWAPCHAIN_EXTENSION_NAME }
 THis contain the device extensions that are needed to be enabled in vulkan.
 

Detailed Description

Contains the Device class.

Definition in file device.hpp.