wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI
[AROS.git] / arch / all-hosted / libs / hostgl / hostgl_glagetopenglstatetrackerapi.c
blob0ad29a3be29d18b026869692f2645c594e42f930
1 /*
2 Copyright 2011-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/exec.h>
8 /*****************************************************************************
10 NAME */
12 APTR GetOpenGLStateTrackerApi(
14 /* SYNOPSIS */
17 /* FUNCTION
18 This is a PRIVATE function used by egl.library to receive pointer to
19 api structure of OpenGL. Do not use this function in your application.
21 INPUTS
23 RESULT
25 BUGS
27 INTERNALS
29 HISTORY
31 *****************************************************************************/
33 /* This function cannot be implemented in HostGL as it is Gallium specific */
34 return NULL;