10 lines
129 B
C
10 lines
129 B
C
#include "meshoptimizer.h"
|
|
|
|
int main()
|
|
{
|
|
meshopt_encodeVertexVersion(0);
|
|
meshopt_encodeIndexVersion(1);
|
|
|
|
return 0;
|
|
}
|