It's 2023 and Constantbuffer packing rules are still a mess! :(
I just want to wrap my bindless handles in some "type-safe" struct and it immediately starts to a) occupy a fresh 16 byte row and b) does fill it entirely. While I really don't care too much about the memory loss on the constantbuffer, editing it requires special handling compared to push constants/structured buffers which just bumps mental load while programming. And for no good reason, I am still only using a plain 32bit unsigned integer afterall.
Considering to ditch Constantbuffer support alltogether, how bad can it be? ¯\_(ツ)_/¯