]> git.tdb.fi Git - libs/gl.git/commit
Reflect the control flow graph from SPIR-V and check variable accesses
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:25:15 +0000 (15:25 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:29:34 +0000 (15:29 +0200)
commitfbfd4b52102e06398ff162be07d6799f005a04a8
treecc5c13a0a1fb15dd1fc7b56580da7893950e5b63
parent4f79ac1988e401b5242db437caccc0a98cf5dba1
Reflect the control flow graph from SPIR-V and check variable accesses

Specialization constants may cause some declared variables to become
unused, and those shouldn't appear in Vulkan descriptor set layouts.
source/core/module.cpp
source/core/module.h
source/core/program.cpp
source/core/program.h