microsoft / D3D12TranslationLayer

A library containing utilities for mapping higher-level graphics work to D3D12
MIT License
327 stars 47 forks source link

Allow setting of MaxAllocatedUploadSpacePerCommandList #59

Closed bhouse-intel closed 2 years ago

bhouse-intel commented 2 years ago

Add ability to provide MaxAllocatedUploadSpacePerCommandList via ImmediateContext creation args. Add ability to provide MaxSRVHeapSize via ImmediateContext creation args. Fix compiler warnings found with VS 2022.