revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / gl / gl_funcs.c
blob56f78da7bce32c99211db6ddd840f172967b5f1c
1 /*
2 Copyright 2014-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <GL/gla.h>
8 /*****************************************************************************
10 NAME */
12 GLAContext glACreateContextTags(
14 /* SYNOPSIS */
15 Tag Tag1,
16 ...)
18 /* FUNCTION
19 This is the varargs version of gl.library/glACreateContext().
20 For information see gl.library/glACreateContext().
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
33 gl.library/glACreateContext()
35 INTERNALS
37 HISTORY
39 *****************************************************************************/
41 AROS_SLOWSTACKTAGS_PRE_AS(Tag1, GLAContext)
42 retval = glACreateContext(AROS_SLOWSTACKTAGS_ARG(Tag1));
43 AROS_SLOWSTACKTAGS_POST