This website requires JavaScript.
Explore
Help
Sign In
Edgaru089
/
SFML
Watch
1
Star
0
Fork
0
You've already forked SFML
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6959c1a826
SFML
/
examples
/
opengl
History
binary1248
6959c1a826
Added notes to documentation and adjusted OpenGL example as a workaround for the side effects of making static functions that require a context work. If the user wants to make use of both sfml-graphics and OpenGL, they should make sure sf::Texture::getMaximumSize() and/or sf::Shader::isAvailable() are called at least once before setting their final context active as those functions will cause a context switch the first time they are called.
2014-08-15 13:39:06 +02:00
..
resources
Removed the built-in default font
2012-08-04 00:08:14 +02:00
CMakeLists.txt
[iOS] Removed support for examples, it was too much trouble and not as robust as true iOS App Xcode projects
2014-04-20 12:53:22 +02:00
OpenGL.cpp
Added notes to documentation and adjusted OpenGL example as a workaround for the side effects of making static functions that require a context work. If the user wants to make use of both sfml-graphics and OpenGL, they should make sure sf::Texture::getMaximumSize() and/or sf::Shader::isAvailable() are called at least once before setting their final context active as those functions will cause a context switch the first time they are called.
2014-08-15 13:39:06 +02:00