1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_opengl/opengl
2018-10-09 11:42:55 +01:00
..
juce_OpenGLContext.cpp More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
juce_OpenGLContext.h Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
juce_OpenGLFrameBuffer.cpp More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
juce_OpenGLFrameBuffer.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_OpenGLGraphicsContext.cpp More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
juce_OpenGLGraphicsContext.h Added a lambda callback to OpenGLGraphicsContextCustomShader to allow custom set-up when the shader is activated 2018-05-08 11:15:17 +01:00
juce_OpenGLHelpers.cpp Tidied up a few bits of messy String concatenation 2017-12-05 12:03:30 +00:00
juce_OpenGLHelpers.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OpenGLImage.cpp Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_OpenGLImage.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OpenGLPixelFormat.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_OpenGLPixelFormat.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OpenGLRenderer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OpenGLShaderProgram.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_OpenGLShaderProgram.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_OpenGLTexture.cpp OpenGL: Added method OpenGLContext::setTextureMagnificationFilter to change GL's texture magnification filter 2017-10-24 09:13:19 +01:00
juce_OpenGLTexture.h Add documentation tags 2018-03-15 12:10:32 +00:00