sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.69k stars 638 forks source link

Overloads for SetDescriptorHeaps and SetVertexBuffers #856

Closed mrvux closed 7 years ago

mrvux commented 7 years ago

Hello,

just added two convenience overloads on command list (to allow descriptor heaps and vertexbuffers to be set as params (which also allows to set a single heap more easily as well)

Thanks

xoofx commented 7 years ago

Thanks