SFML community forums
Help => Graphics => Topic started by: skysource.tony on September 28, 2013, 08:15:17 pm
-
Hello all,
last week I was writing a sfml-based opengl program using vbo and shaders. It worked fine in Ubuntu, but when I transferred the codes to Mac, it doesn't not showing me anything at all. just the black screen. Then I kept searching for solution, and I happen to read that some people say sfml has some bugs in this part. Thus I come here to verify this statement. Is it true that sfml on mac doesn't not support VBO?
Thanks
-
SFML doesn't have to support the OpenGL features that you use. It just provides the OpenGL context and that's it. If you use OpenGL you use OpenGL, not SFML.
If something doesn't work with your code, show it.
-
Thanks for replying. I was intending to ask about whether there is possibility for inner crash, but I'll keep trying before bothering you with my codes. Thanks.