aboutsummaryrefslogtreecommitdiffstats
path: root/src/mbgl/shader/mesh.cpp
blob: 6d1578a35c917510d937704e1d679d7dea7b804b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include <mbgl/gl/mesh.hpp>

namespace mbgl {
namespace gl {

Mesh::Mesh(Size size) {


}

void Mesh::upload(gl::Context&) {



}

} // namespace gl
} // namespace mbgl