gpuCache/CacheAlembicUtil.h
#ifndef _CacheAlembicUtil_h_
#define _CacheAlembicUtil_h_
#include <string>
#include <tbb/mutex.h>
namespace CacheAlembicUtil{
extern tbb::mutex gsAlembicMutex;
extern const std::string kCustomPropertyWireIndices;
extern const std::string kCustomPropertyWireIndicesOld;
extern const std::string kCustomPropertyShadingGroupSizes;
extern const std::string kCustomPropertyDiffuseColor;
extern const std::string kCustomPropertyCreator;
extern const std::string kCustomPropertyCreatorValue;
extern const std::string kCustomPropertyVersion;
extern const std::string kCustomPropertyVersionValue;
extern const std::string kMaterialsObject;
extern const std::string kMaterialsGpuCacheTarget;
extern const std::string kMaterialsGpuCacheType;
}
#endif