sharpdx / SharpDX

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

D3D11 DeviceContext Dispose fix #945

Closed amerkoleci closed 6 years ago

amerkoleci commented 6 years ago

Avoid calling ClearState and Flush during D3D11 DeviceContext Dispose. Fixes #929

xoofx commented 6 years ago

Thanks