]> git.tdb.fi Git - libs/gl.git/history - source/materials/rendermethod.cpp
Use emplace_back when a new object is being constructed
[libs/gl.git] / source / materials / rendermethod.cpp
2021-11-17 Mikko RasaUse emplace_back when a new object is being constructed
2021-11-14 Mikko RasaReplace ProgramData copy constructor with a more explic...
2021-10-30 Mikko RasaAdd missing implementation of RenderMethod::set_image_b...
2021-10-30 Mikko RasaImprove material handling in RenderMethod
2021-10-16 Mikko RasaMove blend state from Sequence::Step to RenderMethod
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-06 Mikko RasaFix loading of inline materials and lights
2021-10-05 Mikko RasaRemove collection-less constructor overloads from most...
2021-10-04 Mikko RasaUnify the loader wrappers for Material and Scene
2021-10-02 Mikko RasaRename RenderPass to RenderMethod