disable debug
[AROS.git] / workbench / libs / mesa / mesa3dgl_getopenglstatetrackerapi.c
blob47faa5efc07f1397b91980ab0635146c84ff1f7d
1 /*
2 Copyright © 2014-2019, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <proto/exec.h>
10 #include "state_tracker/st_gl_api.h"
12 /*****************************************************************************
14 NAME */
16 APTR GetOpenGLStateTrackerApi(
18 /* SYNOPSIS */
21 /* FUNCTION
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.
25 INPUTS
27 RESULT
29 BUGS
31 INTERNALS
33 HISTORY
35 *****************************************************************************/
37 D(bug("[MESA3DGL] %s()\n", __func__));
39 return (APTR)st_gl_api_create();