]> git.tdb.fi Git - libs/gl.git/history - source/materials/material.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / materials / material.h
2022-04-23 Mikko RasaAdd support for alpha to coverage
2022-03-11 Mikko RasaImplement alpha cutoff for materials
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-05 Mikko RasaUse DynamicObjectLoader for Material and Scene generic...
2021-10-05 Mikko RasaRemove collection-less constructor overloads from most...
2021-10-04 Mikko RasaUnify the loader wrappers for Material and Scene
2021-09-18 Mikko RasaRemove remaining deprecated things from the core classes
2021-08-13 Mikko RasaAllow materials to return per-texture samplers
2021-08-12 Mikko RasaRemove some deprecated stuff that's getting in the way
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-19 Mikko RasaMove the receive_shadows flag to RenderPass
2021-04-12 Mikko RasaRearrange type specification in material datafiles
2021-04-12 Mikko RasaMigrate from LoadableTypeRegistry to TypeRegistry
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-02-26 Mikko RasaUse specialization constants in the builtin material...
2021-02-21 Mikko RasaSupport addint datafile statements for uniform material...
2021-02-14 Mikko RasaRearrange soucre files into subdirectories