summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL backend: reorganized headers, removed signature methods implemented by...assiduous2021-03-191-1/+3
* Unified device object creation in D3D12, Vulkan and OpenGLassiduous2021-03-191-2/+2
* Updated copyright noticeassiduous2021-01-011-1/+1
* OpenGL backend: enabled handling of default framebuffer in render passesassiduous2020-08-111-2/+50
* Implemented render pass MS resolve in OpenGLassiduous2020-08-111-2/+18
* Initial implementation of render passes in GL backendassiduous2020-08-111-1/+28
* Added framebuffer object implementation stubsassiduous2020-08-021-0/+47