]> git.tdb.fi Git - libs/gl.git/commit
Adjustments due to changes in Variant
authorMikko Rasa <tdb@tdb.fi>
Wed, 4 Jan 2023 22:10:19 +0000 (00:10 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 5 Jan 2023 09:34:20 +0000 (11:34 +0200)
commit3ab3401371eb4a3135f2e913886395557d4d61c3
tree10a0a63bebebe542ad6e92981794d0d39eeeb7dc
parenta7d624825898daffbcbac26a710d9ee2763b3e10
Adjustments due to changes in Variant

Retrieving an object from a collection now requires its type to be fully
defined.
19 files changed:
demos/desertpillars/source/desertpillars.cpp
demos/forestpond/source/forestpond.cpp
demos/forestpond/source/water.cpp
source/builders/sequencetemplate.h
source/effects/ambientocclusion.cpp
source/effects/bloom.cpp
source/effects/colorcurve.cpp
source/effects/environmentmap.cpp
source/effects/shadowmap.cpp
source/effects/sky.cpp
source/glsl/generate.cpp
source/glsl/optimize.cpp
source/glsl/reflect.cpp
source/glsl/resolve.cpp
source/glsl/spirv.cpp
source/materials/material.cpp
source/materials/pbrmaterial.cpp
source/materials/rendermethod.cpp
source/materials/splatmaterial.cpp