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

RenderDoc should return a stub ID3D11InfoQueue when requested #7

Closed
baldurk opened this issue Feb 28, 2014 · 1 comment
Closed

RenderDoc should return a stub ID3D11InfoQueue when requested #7

baldurk opened this issue Feb 28, 2014 · 1 comment
Labels
Feature An improvement or feature

Comments

@baldurk
Copy link
Owner

baldurk commented Feb 28, 2014

Rather than returning E_NOINTERFACE, return a wrapped interface that does nothing - to allow apps to continue on without code modification if they assume an infoqueue will be returned.

@baldurk baldurk added this to the Release v0.19 milestone Feb 28, 2014
@baldurk
Copy link
Owner Author

baldurk commented Mar 2, 2014

Fixed in f71800c9, due in v0.19. An ID3D11InfoQueue pointer gets returned but all of the member functions do squat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature An improvement or feature
Projects
None yet
Development

No branches or pull requests

1 participant