1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_opengl/opengl
2019-07-15 16:56:22 +01:00
..
juce_OpenGLContext.cpp OpenGL: Check frame buffer completeness in OpenGLContext::copyTexture() to avoid an GL_INVALID_FRAMEBUFFER_OPERATION error 2019-07-15 16:56:22 +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 Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +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