We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ed235 commit eb9420fCopy full SHA for eb9420f
include/nbl/asset/IAsset.h
@@ -342,11 +342,6 @@ class SAssetBundle
342
return core::SRange<const core::smart_refctd_ptr<IAsset>>(m_contents->begin(),m_contents->end());
343
}
344
345
- inline core::SRange<core::smart_refctd_ptr<IAsset>> getContents()
346
- {
347
- return core::SRange<core::smart_refctd_ptr<IAsset>>(m_contents->begin(),m_contents->end());
348
- }
349
-
350
//! Whether this asset bundle is in a cache and should be removed from cache to destroy
351
inline bool isInAResourceCache() const { return m_isCached; }
352
0 commit comments