1 #include "hostgl_types.h"
2 #include <proto/exec.h>
4 /*****************************************************************************
8 GLAProc
glAGetProcAddress(
11 const GLubyte
* procname
)
14 validate if the requested function is actually supported by
15 current configuration of 3D subsystem.
20 The return value is defined as APTR. If it is not NULL, the requested
21 GL function is supported by current configuration of 3D subsystem.
29 *****************************************************************************/
31 return GLXCALL(glXGetProcAddress
, procname
);