Skip to content

Commit

Permalink
Merge pull request #727 from TheRaddestBro/dynamicdescriptorheap_unin…
Browse files Browse the repository at this point in the history
…itialized_data

[Bug] Fixing a bit of uninitialized data in the DynamicDescriptorHeap class.
  • Loading branch information
stanard authored Jun 29, 2021
2 parents d132e65 + dd3fac8 commit 0efb8e1
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 0efb8e1

Please sign in to comment.