1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* * NAppGUI Cross-platform C SDK * 2015-2025 Francisco Garcia Collado * MIT Licence * https://nappgui.com/en/legal/license.html * * File: ogl3d.inl * */ /* OpenGL */ #include "ogl3d.hxx" __EXTERN_C OGLCtx *_ogl3dimp_context(const OGLProps *props, void *view, oglerr_t *err); void _ogl3dimp_destroy(OGLCtx **ogl); bool_t _ogl3dimp_check_version(const oglapi_t api); __END_C