Skip to content

Commit

Permalink
[Bug] Fixing a bit of uninitialized data in the DynamicDescriptorHeap…
Browse files Browse the repository at this point in the history
… class.
  • Loading branch information
TheRaddestBro committed Jun 29, 2021
1 parent d132e65 commit dd3fac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MiniEngine/Core/DynamicDescriptorHeap.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class DynamicDescriptorHeap
void ClearCache()
{
m_RootDescriptorTablesBitMap = 0;
m_StaleRootParamsBitMap = 0;
m_MaxCachedDescriptors = 0;
}

Expand Down

0 comments on commit dd3fac8

Please sign in to comment.