add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / workbench / libs / mesa / mesa3dgl_glagetprocaddress.c
blob8735478820da7edeca55b44c2c784bea2fa94e2b
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 "mesa3dgl_types.h"
12 /*****************************************************************************
14 NAME */
16 GLAProc glAGetProcAddress(
18 /* SYNOPSIS */
19 const GLubyte * procname)
21 /* FUNCTION
23 INPUTS
25 RESULT
26 Pointer to procname function or NULL if function is not supported
29 BUGS
31 INTERNALS
33 HISTORY
35 *****************************************************************************/
37 D(bug("[MESA3DGL] %s()\n", __func__));
39 return _glapi_get_proc_address(procname);