finish migrating from arosmesa to mesa3dgl
[AROS.git] / workbench / libs / mesa / src / aros / mesa3dgl / mesa3dgl_glagetprocaddress.c
blob99c57d381524458608e4edf9c29e05be2e00421a
1 /*
2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/exec.h>
8 #include "mesa3dgl_types.h"
10 /*****************************************************************************
12 NAME */
14 GLAProc glAGetProcAddress(
16 /* SYNOPSIS */
17 const GLubyte * procname)
19 /* FUNCTION
21 INPUTS
23 RESULT
24 Pointer to procname function or NULL if function is not supported
27 BUGS
29 INTERNALS
31 HISTORY
33 *****************************************************************************/
35 return glstapi->get_proc_address(glstapi, procname);