2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
8 #include "state_tracker/st_gl_api.h"
10 /*****************************************************************************
14 APTR
GetOpenGLStateTrackerApi(
20 This is a PRIVATE function used by egl.library to receive pointer to
21 api structure of OpenGL. Do not use this function in your application.
33 *****************************************************************************/
35 return (APTR
)st_gl_api_create();