Hi there, I am currently using libcairomm for graphic stuff in my program.
All the internet examples use code like
Cairo::RefPtr<Cairo::Context> cr = window->create_cairo_context();
But I am using cairo to pass a svg texture to OpenGL Is there a kind of constructor working without that window ?
Thank you for the answers :)