diff options
Diffstat (limited to 'src/gallium/targets/egl/st_OpenVG.c')
-rw-r--r-- | src/gallium/targets/egl/st_OpenVG.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/st_OpenVG.c b/src/gallium/targets/egl/st_OpenVG.c new file mode 100644 index 00000000000..d0bf4dbae91 --- /dev/null +++ b/src/gallium/targets/egl/st_OpenVG.c @@ -0,0 +1,8 @@ +#include "vg_api.h" +#include "egl.h" + +PUBLIC struct st_api * +st_api_create_OpenVG(void) +{ + return (struct st_api *) vg_api_get(); +} |