You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation has behavior that differs from the native driver on a Windows PC in many ways. This causes some traces captured with DXMT fail to be replayed on Windows.
The root reason is that DXMT holds extra references to COM objects internally, and/or reuses COM objects (e.g. InputLayout) while spec doesn't require it.
The text was updated successfully, but these errors were encountered:
Current implementation has behavior that differs from the native driver on a Windows PC in many ways. This causes some traces captured with DXMT fail to be replayed on Windows.
The root reason is that DXMT holds extra references to COM objects internally, and/or reuses COM objects (e.g. InputLayout) while spec doesn't require it.
The text was updated successfully, but these errors were encountered: