1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
JUCE/modules/juce_opengl/opengl
2019-10-15 14:06:12 +01:00
..
juce_OpenGLContext.cpp OpenGL: Update native context window position when viewport size or scale changes in OpenGLContext::CachedImage::updateViewportSize() 2019-10-15 14:06:12 +01: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 Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects. 2019-05-15 12:08:38 +01:00
juce_OpenGLGraphicsContext.h Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects. 2019-05-15 12:08:38 +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 OpenGL: Fixed an issue cloning OpenGLImageType images 2019-08-12 12:40:06 +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