]> git.tdb.fi Git - libs/gl.git/commitdiff
Create specialized copies of SPIR-V modules
authorMikko Rasa <tdb@tdb.fi>
Fri, 19 Nov 2021 19:00:52 +0000 (21:00 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 19 Nov 2021 19:00:52 +0000 (21:00 +0200)
It turns out Vulkan does want all declared resources in the descriptor
sets, even if they're unused.  Manual specialization avoids the need to
deal with them when binding stuff.


No differences found