mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Updated meshoptimizer.
This commit is contained in:
2
3rdparty/meshoptimizer/src/vertexcodec.cpp
vendored
2
3rdparty/meshoptimizer/src/vertexcodec.cpp
vendored
@@ -122,7 +122,7 @@ namespace meshopt
|
||||
|
||||
const unsigned char kVertexHeader = 0xa0;
|
||||
|
||||
static int gEncodeVertexVersion = 0;
|
||||
static int gEncodeVertexVersion = 1;
|
||||
const int kDecodeVertexVersion = 1;
|
||||
|
||||
const size_t kVertexBlockSizeBytes = 8192;
|
||||
|
||||
Reference in New Issue
Block a user