microsoft / WPFDXInterop

Repo for WPF DX Interop support
MIT License
307 stars 98 forks source link

Sample/Component Bug (?): After several resizes, rendering sometimes stops #6

Closed rrelyea closed 8 years ago

rrelyea commented 8 years ago

After resizing your D3D11Image few times, it just stops rendering to it and thats all

[Originally filed by QuantumDeveloper as part of "D3DImage possible issues" https://github.com/Microsoft/WPFDXInterop/issues/2]

rrelyea commented 8 years ago

Believe that this is fixed with this changeset: https://github.com/Microsoft/WPFDXInterop/commit/ceae359edaedfe098c32571fb5db87900b413c82

sqeezy commented 8 years ago

I am pretty sure this is not resolved. We just tested this with the nuget source and compiled the source ourselfes too. Sometimes it needs a larger number of resizes but then it skips one OnRender call so that the the image is empty till the next frame is rendered. I'd like to see this issue reopened.