fix function to take the hook param
[AROS.git] / workbench / libs / gl / gl_funcs.c
blob8e5c4c3964e3a2f65d2befb75f66617ecfa4da4c
1 /*
2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <GL/gla.h>
10 /*****************************************************************************
12 NAME */
14 GLAContext glACreateContextTags(
16 /* SYNOPSIS */
17 Tag Tag1,
18 ...)
20 /* FUNCTION
21 This is the varargs version of gl.library/glACreateContext().
22 For information see gl.library/glACreateContext().
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
35 gl.library/glACreateContext()
37 INTERNALS
39 HISTORY
41 *****************************************************************************/
43 AROS_SLOWSTACKTAGS_PRE_AS(Tag1, GLAContext)
44 retval = glACreateContext(AROS_SLOWSTACKTAGS_ARG(Tag1));
45 AROS_SLOWSTACKTAGS_POST