We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Invalid Task ID
PipelineHashMapRD
1 parent 7490787 commit 047afb1Copy full SHA for 047afb1
servers/rendering/renderer_rd/pipeline_hash_map_rd.h
@@ -78,6 +78,7 @@ class PipelineHashMapRD {
78
79
void _wait_for_all_pipelines() {
80
thread_local LocalVector<WorkerThreadPool::TaskID> tasks_to_wait;
81
+ tasks_to_wait.clear();
82
{
83
MutexLock local_lock(local_mutex);
84
for (KeyValue<uint32_t, WorkerThreadPool::TaskID> key_value : compilation_tasks) {
0 commit comments