revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-hosted / libs / hostgl / hostgl_glagetprocaddress.c
blobff73b77bdf72f2888702e08084c5c916b0574414
1 #include "hostgl_types.h"
2 #include <proto/exec.h>
4 /*****************************************************************************
6 NAME */
8 GLAProc glAGetProcAddress(
10 /* SYNOPSIS */
11 const GLubyte * procname)
13 /* FUNCTION
14 validate if the requested function is actually supported by
15 current configuration of 3D subsystem.
17 INPUTS
19 RESULT
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.
23 BUGS
25 INTERNALS
27 HISTORY
29 *****************************************************************************/
31 return GLXCALL(glXGetProcAddress, procname);