]> git.tdb.fi Git - libs/gl.git/commit
Add more default member initializers
authorMikko Rasa <tdb@tdb.fi>
Sun, 10 Dec 2023 13:18:19 +0000 (15:18 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 10 Dec 2023 22:29:04 +0000 (00:29 +0200)
commit5b4b0178bd87a14c377ef1d3df7612e841e55e3f
tree5414ba00f3245ae8981afdf845b5882f27528fb2
parent86e825864aa77e15a83c3a8fca2f186529cb70c1
Add more default member initializers

Some inner classes in particular were missed in the earlier pass.
40 files changed:
source/animation/animation.cpp
source/animation/animation.h
source/animation/animationplayer.cpp
source/animation/animationplayer.h
source/animation/armature.cpp
source/animation/armature.h
source/backends/opengl/batch_backend.h
source/backends/opengl/extension.cpp
source/backends/opengl/extension.h
source/builders/meshbuilder.cpp
source/builders/meshbuilder.h
source/builders/primitivebuilder.cpp
source/builders/primitivebuilder.h
source/core/batch.cpp
source/core/batch.h
source/core/buffer.cpp
source/core/query.cpp
source/core/query.h
source/core/texture.cpp
source/core/texture.h
source/effects/sky.cpp
source/effects/sky.h
source/glsl/modulecache.cpp
source/glsl/modulecache.h
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/spirv.cpp
source/glsl/spirv.h
source/glsl/spirvwriter.cpp
source/glsl/spirvwriter.h
source/materials/programdata.cpp
source/materials/programdata.h
source/render/sequence.cpp
source/render/sequence.h
source/resources/resourcemanager.cpp
source/resources/resourcemanager.h
source/resources/resources.cpp
source/resources/resources.h
tools/glslcompiler.cpp
tools/viewer.cpp