mesa3dgl.library: add required CXX flags
[AROS.git] / workbench / libs / mesa / src / aros / vega / getopenvgstatetrackerapi.c
blobd6be1a5951380c21b720464b352bbef3863d6049
1 #include <exec/types.h>
2 #include "vg_api.h"
4 /*****************************************************************************
6 NAME */
8 APTR GetOpenVGStateTrackerApi()
10 /* SYNOPSIS */
12 /* FUNCTION
13 This is a PRIVATE function used by egl.library to receive pointer to
14 api structure of OpenVG. Do not use this function in your application.
15 OpenVG context is created using EGL API.
17 INPUTS
19 RESULT
21 BUGS
23 INTERNALS
25 HISTORY
27 *****************************************************************************/
29 return (APTR)vg_api_get();