Merge pull request #113802 from RandomShaper/make_cmd_queue_reentrant_again
CommandQueueMT: Make re-entrant again + Fix multiple flushers case
This commit is contained in:
commit
fe638bc5cd
3 changed files with 21 additions and 17 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue