Persistently map staging buffers.

This commit is contained in:
Skyth 2025-11-20 14:32:55 +03:00
parent 7716a4cba0
commit f5bbd71dfc
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 {