mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Updated meshoptimizer.
This commit is contained in:
3
3rdparty/meshoptimizer/src/vertexcodec.cpp
vendored
3
3rdparty/meshoptimizer/src/vertexcodec.cpp
vendored
@@ -420,7 +420,8 @@ static unsigned char kDecodeBytesGroupCount[256];
|
||||
#ifdef EMSCRIPTEN
|
||||
__attribute__((cold)) // this saves 500 bytes in the output binary - we don't need to vectorize this loop!
|
||||
#endif
|
||||
static bool decodeBytesGroupBuildTables()
|
||||
static bool
|
||||
decodeBytesGroupBuildTables()
|
||||
{
|
||||
for (int mask = 0; mask < 256; ++mask)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user