Removing the old hack code

This commit is contained in:
mriegger
2021-05-12 14:54:33 -07:00
parent 33f7da764e
commit 9b1f4c04e6
3 changed files with 15 additions and 24 deletions
@@ -136,11 +136,8 @@ namespace AZ
GpuBufferHandler m_decalBufferHandler;
AsyncLoadTracker<DecalHandle> m_materialLoadTracker;
AZStd::unordered_map< AZ::Data::AssetId, DecalLocationAndUseCount> m_materialToTextureArrayLookupTable;
AZStd::unordered_map<AZ::Data::AssetId, AZ::Data::Asset<AZ::RPI::MaterialAsset>> m_materialAssets;
bool m_deviceBufferNeedsUpdate = false;
};
} // namespace Render