Structured Buffers were a new addition to DirectX11. They offer expanded compute capabilities making them useful for techniques like tile based deferred shading. They offer a very convenient solution to representing data structures on the GPU that are more than simply colors or 4-component vectors. As such, they are a great tool to use in GPU programming. As titles designed to a D3D11 baseline hav