Skip to content

Commit 7087099

Browse files
author
kevyuu
committed
Implement ICPUPipelineCache::valid()
1 parent c5d1d85 commit 7087099

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/nbl/asset/ICPUPipelineCache.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ class ICPUPipelineCache final : public IPreHashed
8383
//
8484
const auto& getEntries() const {return m_cache;}
8585

86+
inline virtual bool valid() const override
87+
{
88+
return true;
89+
}
90+
8691
protected:
8792
inline void discardContent_impl() override
8893
{

0 commit comments

Comments
 (0)