mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Add optional driver workaround to RenderingDevice for Adreno 6XX.
Co-authored-by: Clay John <claynjohn@gmail.com>
This commit is contained in:
@@ -1261,6 +1261,9 @@ private:
|
||||
// Swap chains prepared for drawing during the frame that must be presented.
|
||||
LocalVector<RDD::SwapChainID> swap_chains_to_present;
|
||||
|
||||
// Extra command buffer pool used for driver workarounds.
|
||||
RDG::CommandBufferPool command_buffer_pool;
|
||||
|
||||
struct Timestamp {
|
||||
String description;
|
||||
uint64_t value = 0;
|
||||
|
||||
Reference in New Issue
Block a user