wren
Vulkan-based game engine
Loading...
Searching...
No Matches
instance.hpp File Reference
#include <queue>
#include <vulkan/vulkan.hpp>
#include <wren/vk/buffer.hpp>
#include <wren/vk/shader.hpp>
#include <wren_math/matrix.hpp>
#include <wren_math/vector.hpp>
Include dependency graph for instance.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wren::gui::Window
 
struct  wren::gui::Vertex
 
struct  wren::gui::UBO
 
struct  wren::gui::Inputs
 
class  wren::gui::Instance
 

Namespaces

namespace  wren
 
namespace  wren::gui
 

Variables

static const std::size_t wren::gui::MAX_VERTICES = 10000
 
static const std::size_t wren::gui::MAX_INDICES = MAX_VERTICES * 10