summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/st_OpenVG.c
blob: d0bf4dbae91a012241f8c2dc9410dd7d14e2eb09 (plain)
1
2
3
4
5
6
7
8
#include "vg_api.h"
#include "egl.h"

PUBLIC struct st_api *
st_api_create_OpenVG(void)
{
   return (struct st_api *) vg_api_get();
}