arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
132 Bytes
#pragma once
#ifndef WEBGL_APICALL
#ifdef __cplusplus
#define WEBGL_APICALL extern "C"
#else
#define WEBGL_APICALL
#endif
#endif