Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
GPUMesh.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <entt/core/hashed_string.hpp>
4
6struct GPUMesh {
7 using Id = entt::hashed_string;
10};
11}; // namespace DefaultPipeline::Component
Definition GPUCamera.hpp:9
Definition GPUMesh.hpp:6
Id indexBufferId
Definition GPUMesh.hpp:9
entt::hashed_string Id
Definition GPUMesh.hpp:7
Id pointBufferId
Definition GPUMesh.hpp:8