16 StaticMesh() =
default;
19 Load(filesystem, assetPath);
24 explicit operator bool()
const noexcept
26 return !vertices_.empty() && !indices_.empty();
33 const std::vector<MeshVertex>& GetVertices()
const
37 const std::vector<uint32_t>& GetIndices()
const
51 std::vector<MeshVertex> vertices_;
52 std::vector<uint32_t> indices_;