mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Persistently map staging buffers.
This commit is contained in:
parent
7716a4cba0
commit
f5bbd71dfc
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