rubbish
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "assets/components/mesh_vertex_components.hpp"
|
||||
#include "assets/data_stores/material_store.hpp"
|
||||
#include "opengl/handles/material_handle.hpp"
|
||||
|
||||
namespace zgl
|
||||
{
|
||||
@@ -9,7 +10,7 @@ namespace zgl
|
||||
struct mesh_vertex_buffer_metadata
|
||||
{
|
||||
assets::mesh_vertex_components::flags component_flags;
|
||||
assets::material_store::id_type material_id{};
|
||||
material_handle material{};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user