Add terrain meshing benchmark

This commit is contained in:
Imbris
2020-01-09 01:05:20 -05:00
parent 6f6dc1b16b
commit 5666f18ded
5 changed files with 143 additions and 0 deletions

3
voxygen/src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
/// Used by benchmarks
pub mod mesh;
pub mod render;