Merge pull request #113010 from blueskythlikesclouds/persistent-map-staging-buffers

Persistently map staging buffers.
This commit is contained in:
Thaddeus Crews 2025-11-24 16:00:04 -06:00
commit 9a8b9e5c24
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
2 changed files with 11 additions and 20 deletions

View file

@ -151,6 +151,7 @@ private:
RDD::BufferID driver_id;
uint64_t frame_used = 0;
uint32_t fill_amount = 0;
uint8_t *data_ptr = nullptr;
};
struct StagingBuffers {