1
Graphics / [SFML 2] Using opengl
« on: January 24, 2010, 06:53:26 pm »Quote from: "Laurent"
Quotethere is no SFML/OpenGL.hpp
Don't forget that we're talking about SFML 2
I love opengl, I would like to use GL/gl.h
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quotethere is no SFML/OpenGL.hpp
Don't forget that we're talking about SFML 2
Did you write the following include directive?Code: [Select]#include <SFML/OpenGL.hpp>
It is not in the library but you can write a function yourself (but will be OS specific)