finish transitioning from arosmesa -> mesa3dgl.library
[AROS.git] / workbench / libs / mesa / src / aros / arosmesa / mesa3dgl_getopenglstatetrackerapi.c
blob5726db9ac78c68feabb9eb5a170a8a741e51b5ca
1 /*
2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/exec.h>
8 #include "state_tracker/st_gl_api.h"
10 /*****************************************************************************
12 NAME */
14 APTR GetOpenGLStateTrackerApi(
16 /* SYNOPSIS */
19 /* FUNCTION
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.
23 INPUTS
25 RESULT
27 BUGS
29 INTERNALS
31 HISTORY
33 *****************************************************************************/
35 return (APTR)st_gl_api_create();