2 Copyright © 2014-2019, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
8 #include <proto/exec.h>
10 #include "state_tracker/st_gl_api.h"
12 /*****************************************************************************
16 APTR
GetOpenGLStateTrackerApi(
22 This is a PRIVATE function used by egl.library to receive pointer to
23 api structure of OpenGL. Do not use this function in your application.
35 *****************************************************************************/
37 D(bug("[MESA3DGL] %s()\n", __func__
));
39 return (APTR
)st_gl_api_create();