2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
8 #include "mesa3dgl_types.h"
10 /*****************************************************************************
14 GLAProc
glAGetProcAddress(
17 const GLubyte
* procname
)
24 Pointer to procname function or NULL if function is not supported
33 *****************************************************************************/
35 return glstapi
->get_proc_address(glstapi
, procname
);