vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
Renderer.hpp File Reference

This file contains the Renderer class. More...

#include <cassert>
#include <array>
#include "VEngine/Gfx/SwapChain.hpp"
+ Include dependency graph for Renderer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ven::Renderer
 Class for renderer. More...
 

Namespaces

namespace  ven
 

Variables

static constexpr VkClearColorValue ven::DEFAULT_CLEAR_COLOR = {{0.0F, 0.0F, 0.0F, 1.0F}}
 
static constexpr VkClearDepthStencilValue ven::DEFAULT_CLEAR_DEPTH = {1.0F, 0}
 

Detailed Description

This file contains the Renderer class.

Definition in file Renderer.hpp.