]> git.tdb.fi Git - libs/gl.git/commit
Pack descriptor set and binding in a single variable
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 12:53:30 +0000 (14:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:07:00 +0000 (15:07 +0200)
commit0e61ac01ae99391c6b1301a9bf8de62fe651dac3
tree4d47d5401d1cc7470c9d9ed33f5ab5b38facbe20
parente0d9f85a9e4554f2bbf4354aa37ad6ae46aef718
Pack descriptor set and binding in a single variable

This makes them easier to pass around and there's plenty of bits
available.  Also add a variable for descriptor set count.
source/core/module.h
source/core/program.cpp
source/core/program.h
source/core/reflectdata.h