make directory name inline with other tests
[AROS.git] / workbench / libs / mesa / src / gallium / state_trackers / arosmesa / glagetprocaddress.c
blob0a5c124d057914c5d0e9fc646ed3d8d081d2a705
1 /*
2 Copyright 2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "arosmesa_types.h"
7 #include <proto/exec.h>
9 /*****************************************************************************
11 NAME */
13 GLAProc glAGetProcAddress(
15 /* SYNOPSIS */
16 const GLubyte * procname)
18 /* FUNCTION
20 INPUTS
22 RESULT
23 Pointer to procname function or NULL if function is not supported
26 BUGS
28 INTERNALS
30 HISTORY
32 *****************************************************************************/
34 return glstapi->get_proc_address(glstapi, procname);