Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/include/webgl/webgl_api.h
6171 views
1
#pragma once
2
3
#ifndef WEBGL_APICALL
4
5
#ifdef __cplusplus
6
#define WEBGL_APICALL extern "C"
7
#else
8
#define WEBGL_APICALL
9
#endif
10
11
#endif
12
13