1
General / Problem with SFML & OpenGL integration
« on: June 06, 2014, 01:02:46 am »
Hello everyone!
I have small problem to integrate OpenGL (4.3) with SFML (2.1). When I try compile that code;
http://pastebin.com/RqSLmLZq
I receive problem like this one:
I know the problem is with only when I try to invoke
I have small problem to integrate OpenGL (4.3) with SFML (2.1). When I try compile that code;
http://pastebin.com/RqSLmLZq
I receive problem like this one:
I know the problem is with only when I try to invoke
glClearBufferfv
function, but I don't know why. I don't want to give up SFML because I very like it