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

DirectX RHI improvement: Use D3D12MemoryAllocator for GPU resource memory allocations #135

Open
egorodet opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@egorodet
Copy link
Member

Instead of allocating small chunk of GPU memory for separate resources (buffers and textures), sub-allocate memory ranges for resources from a bigger memory heap managed by D3D12MemoryAllocator.

@egorodet egorodet added the enhancement New feature or request label May 13, 2024
@egorodet egorodet added this to the v0.8 milestone May 13, 2024
@egorodet egorodet assigned egorodet and unassigned egorodet May 13, 2024
@egorodet egorodet added the good first issue Good for newcomers label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant