2 Copyright © 2014-2019, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
8 #include <proto/exec.h>
10 #include "mesa3dgl_types.h"
12 /*****************************************************************************
16 GLAProc
glAGetProcAddress(
19 const GLubyte
* procname
)
26 Pointer to procname function or NULL if function is not supported
35 *****************************************************************************/
37 D(bug("[MESA3DGL] %s()\n", __func__
));
39 return _glapi_get_proc_address(procname
);