looks like command buffers need to be externally synchronized
This commit is contained in:
@@ -16,6 +16,7 @@ private:
|
||||
VkPipelineCache cache;
|
||||
PGraphics graphics;
|
||||
std::string cacheFile;
|
||||
std::mutex createdPipelinesLock;
|
||||
Map<uint32, VkPipeline> createdPipelines;
|
||||
};
|
||||
DEFINE_REF(PipelineCache)
|
||||
|
||||
Reference in New Issue
Block a user