16 lines
512 B
C
16 lines
512 B
C
// GENERATED FILE -- DO NOT EDIT
|
|
|
|
#ifndef DRACO_FEATURES_H_
|
|
#define DRACO_FEATURES_H_
|
|
|
|
#define DRACO_POINT_CLOUD_COMPRESSION_SUPPORTED
|
|
#define DRACO_MESH_COMPRESSION_SUPPORTED
|
|
#define DRACO_NORMAL_ENCODING_SUPPORTED
|
|
#define DRACO_STANDARD_EDGEBREAKER_SUPPORTED
|
|
#define DRACO_PREDICTIVE_EDGEBREAKER_SUPPORTED
|
|
#define DRACO_BACKWARDS_COMPATIBILITY_SUPPORTED
|
|
#define DRACO_ATTRIBUTE_INDICES_DEDUPLICATION_SUPPORTED
|
|
#define DRACO_ATTRIBUTE_VALUES_DEDUPLICATION_SUPPORTED
|
|
|
|
#endif // DRACO_FEATURES_H_
|