]> git.tdb.fi Git - libs/gl.git/history - source/view.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / view.cpp
2021-02-14 Mikko RasaRearrange soucre files into subdirectories
2020-02-09 Mikko RasaFlush the shader data of View's Renderer after rendering
2020-02-09 Mikko RasaAdd a function to clear all FBO component buffers
2019-11-04 Mikko RasaCheck for null camera in View::render
2019-11-03 Mikko RasaUse a persistent Renderer in View
2019-11-01 Mikko RasaSupport rendering View with an externally provided...
2019-11-01 Mikko RasaRemove various old deprecated things
2019-05-24 Mikko RasaSome cleanup for View and WindowView
2017-12-20 Mikko RasaRename various get/set_aspect functions to aspect_ratio
2017-12-19 Mikko RasaSplit the Window-specific parts out of View
2017-09-10 Mikko RasaImmediately process window size to set correct viewport...
2016-12-07 Mikko RasaImmediate update camera aspect in View::set_camera
2016-12-07 Mikko RasaInitialize View::camera to null
2016-12-05 Mikko RasaChange the setup/finish_frame interface to be non-const
2016-12-05 Mikko RasaStore Renderables as non-const pointers or references
2016-12-05 Mikko RasaAssociate camera and setup/finish_frame calls with...
2016-09-15 Mikko RasaAdd a new View class to tie up some presentation tasks