sharpdx / SharpDX

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

[Direct3D11] SetTarget, allow null #995

Closed mrvux closed 6 years ago

mrvux commented 6 years ago

Just a small one, but instead of throwing exception in SetTarget, we should unset the slot instead (as per all other resource bindings)

Thanks

xoofx commented 6 years ago

Thanks