mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-07-25 14:04:26 +08:00

- Improved compression for triangular meshes (~10%) - Added WebAssembly decoder - Code cleanup + robustness fixes
10 lines
370 B
C++
10 lines
370 B
C++
#include "core/adaptive_rans_bit_decoder.h"
|
|
#include "core/adaptive_rans_bit_encoder.h"
|
|
#include "core/draco_test_base.h"
|
|
#include "core/rans_bit_decoder.h"
|
|
#include "core/rans_bit_encoder.h"
|
|
|
|
// Just including rans_coding.h and adaptive_rans_coding.h gets an asan error
|
|
// when compiling (blaze test :rans_coding_test --config=asan)
|
|
TEST(RansCodingTest, LinkerTest) {}
|