We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d132e65 + dd3fac8 commit 0efb8e1Copy full SHA for 0efb8e1
1 file changed
MiniEngine/Core/DynamicDescriptorHeap.h
@@ -119,6 +119,7 @@ class DynamicDescriptorHeap
119
void ClearCache()
120
{
121
m_RootDescriptorTablesBitMap = 0;
122
+ m_StaleRootParamsBitMap = 0;
123
m_MaxCachedDescriptors = 0;
124
}
125
0 commit comments