dx12 fix
This commit is contained in:
@@ -5753,6 +5753,7 @@ using namespace DX12_Internal;
|
||||
{
|
||||
if (x.second) allocationhandler->destroyer_rootSignatures.push_back(std::make_pair(x.second, FRAMECOUNT));
|
||||
}
|
||||
rootsignature_cache.clear();
|
||||
rootsignature_cache_mutex.unlock();
|
||||
|
||||
for (auto& x : pipelines_global)
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace wiVersion
|
||||
// minor features, major updates, breaking compatibility changes
|
||||
const int minor = 52;
|
||||
// minor bug fixes, alterations, refactors, updates
|
||||
const int revision = 7;
|
||||
const int revision = 8;
|
||||
|
||||
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user