You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-30 18:30:54 +00:00
CommandQueueMT: Make re-entrant again + Fix multiple flushers case
This commit is contained in:
@@ -103,7 +103,7 @@ Error _betsy_compress_s3tc(Image *r_img, Image::UsedChannels p_channels);
|
||||
class BetsyCompressor : public Object {
|
||||
GDSOFTCLASS(BetsyCompressor, Object);
|
||||
|
||||
mutable CommandQueueMT command_queue = CommandQueueMT(true);
|
||||
mutable CommandQueueMT command_queue;
|
||||
bool exit = false;
|
||||
WorkerThreadPool::TaskID task_id = WorkerThreadPool::INVALID_TASK_ID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user