Introduction
Constant buffers are the most basic way to provide your data to Shaders. Even if you don't see them, they are all implicitly created and updated under the hood.
Even tho, knowing how to use them and organize them can lead to significant performance improvements.
So let's get started.