1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_opengl/native
2012-07-07 21:09:10 +01:00
..
juce_MissingGLDefinitions.h Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
juce_OpenGL_android.h Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_OpenGL_ios.h Changed OpenGLContext to take a native context handle as its sharing context. 2012-05-05 18:33:20 +01:00
juce_OpenGL_linux.h Fixed linux opengl compile error. 2012-05-08 15:38:19 +01:00
juce_OpenGL_osx.h Fix for GCC syntax problem. 2012-05-31 09:01:39 +01:00
juce_OpenGL_win32.h openGL: added acceleration flags in win32. 2012-06-28 19:31:38 +01:00
juce_OpenGLExtensions.h OpenGL fixes to support OSX10.5 and older win32 systems. 2012-04-02 17:52:14 +01:00