make directory name inline with other tests
[AROS.git] / workbench / libs / mesa / src / gallium / state_trackers / arosmesa / getopenglstatetrackerapi.c
blobf4ffb4410872795f6c2d26e685283e7193820bd6
1 /*
2 Copyright 2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "state_tracker/st_gl_api.h"
7 #include <proto/exec.h>
9 /*****************************************************************************
11 NAME */
13 APTR GetOpenGLStateTrackerApi(
15 /* SYNOPSIS */
18 /* FUNCTION
19 This is a PRIVATE function used by egl.library to receive pointer to
20 api structure of OpenGL. Do not use this function in your application.
22 INPUTS
24 RESULT
26 BUGS
28 INTERNALS
30 HISTORY
32 *****************************************************************************/
34 return (APTR)st_gl_api_create();