Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM interface lifetime: should match native driver behavior #40

Open
3Shain opened this issue Oct 19, 2024 · 0 comments
Open

COM interface lifetime: should match native driver behavior #40

3Shain opened this issue Oct 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@3Shain
Copy link
Owner

3Shain commented Oct 19, 2024

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.

@3Shain 3Shain added the bug Something isn't working label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant