1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_opengl/native
2012-08-05 22:09:26 +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 Internal tidying-up. 2012-07-13 19:31:00 +01:00
juce_OpenGL_linux.h Fixed linux opengl compile error. 2012-05-08 15:38:19 +01:00
juce_OpenGL_osx.h New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
juce_OpenGL_win32.h openGL: added acceleration flags in win32. 2012-06-28 19:31:38 +01:00
juce_OpenGLExtensions.h Added some matrix uniform setting methods to OpenGLShaderProgram. 2012-07-18 10:41:26 +01:00