mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #113010 from blueskythlikesclouds/persistent-map-staging-buffers
Persistently map staging buffers.
This commit is contained in:
commit
9a8b9e5c24
2 changed files with 11 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue