wren
Vulkan-based game engine
Loading...
Searching...
No Matches
mesh.hpp File Reference
#include <vk_mem_alloc.h>
#include <vulkan/vulkan_core.h>
#include <vulkan/vulkan.hpp>
#include <wren/math/matrix.hpp>
#include <wren/math/vector.hpp>
#include <wren/vk/buffer.hpp>
#include <wren/vk/shader.hpp>
#include "utils/device.hpp"
Include dependency graph for mesh.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wren::UBO
struct  wren::Vertex
class  wren::Mesh

Namespaces

namespace  wren

Variables

const std::array wren::kTriangleVertices
const std::array wren::kQuadVertices
const std::vector< uint16_t > wren::kQuadIndices = {0, 2, 1, 0, 3, 2}