AFAIK there is no gpu support for rendering vector data, so it will have to be translated in to a texture at some point. A compromise could be to utilize distance field rendering based on the original vector data. You would have to adapt your art style to the inherent limitations of DFs, eg no hard edges with a single texture look-up, nor multiple colors per look-up.