if i try to load the 3.0 functions and above with glew within a sf::Context, it always fail. Hence I was wondering how to go about doing it.
sf::ThreadContext //stay alive for the duration of the thread
glewInit();
do some uploading of vbo, texture etc.
The actual render context is on another thread and is not exposed out
regards