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

Explicit upload heap management #14

Open
sherief opened this issue May 6, 2022 · 0 comments
Open

Explicit upload heap management #14

sherief opened this issue May 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sherief
Copy link

sherief commented May 6, 2022

I'd like to create queues with an explicit upload heap provided that I allocate and control. I understand I'll be giving up the heap and its entire VA space to the queue, but right now to do accounting for this heap and its VA range (for, say, Aftermath / DRED post mortem debugging) I need to wrap the entire D3D12 device uses a-la Reshade then capture all upload heaps going out.

This is far from ideal and it makes the road to stable, high performance apps much higher friction than needed.

@damyanp damyanp added the enhancement New feature or request label May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants