Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
mesh_data_gpu.hpp File Reference
#include <string>
#include <memory>
#include <vector>
#include "vertex_declarations.hpp"

Go to the source code of this file.

Classes

class  rendering_engine::MeshDataGpu
 Manages mesh data in RAM and GPU, including upload and release operations. More...

Namespaces

namespace  rendering_engine

Enumerations

enum class  rendering_engine::MeshType { rendering_engine::None , rendering_engine::Sprite2D , rendering_engine::Billboard , rendering_engine::Surface }
 Types of supported mesh layouts for GPU upload and rendering. More...