1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
JUCE/modules/juce_opengl/opengl
2019-03-08 18:01:17 +00:00
..
juce_OpenGLContext.cpp Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
juce_OpenGLContext.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00: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 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +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 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_OpenGLShaderProgram.cpp OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set() 2019-02-19 08:43:40 +00:00
juce_OpenGLShaderProgram.h OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set() 2019-02-19 08:43:40 +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