File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2979,7 +2979,7 @@ ISemaphore::future_t<IQueue::RESULT> CAssetConverter::convert_impl(SReserveResul
2979
2979
}
2980
2980
2981
2981
// wipe gpu item in staging cache (this may drop it as well if it was made for only a root asset == no users)
2982
- auto findInStaging = [&reservations]<Asset AssetType>(const asset_traits<AssetType>::video_t * gpuObj)->core ::blake3_hash_t *
2982
+ auto findInStaging = [&reservations]<Asset AssetType>(const typename asset_traits<AssetType>::video_t * gpuObj)->core ::blake3_hash_t *
2983
2983
{
2984
2984
auto & stagingCache = std::get<SReserveResult::staging_cache_t <AssetType>>(reservations.m_stagingCaches );
2985
2985
const auto found = stagingCache.find (const_cast <asset_traits<AssetType>::video_t *>(gpuObj));
@@ -3628,7 +3628,7 @@ ISemaphore::future_t<IQueue::RESULT> CAssetConverter::convert_impl(SReserveResul
3628
3628
3629
3629
3630
3630
// want to check if deps successfully exist
3631
- auto missingDependent = [&reservations]<Asset AssetType>(const asset_traits<AssetType>::video_t * dep)->bool
3631
+ auto missingDependent = [&reservations]<Asset AssetType>(const typename asset_traits<AssetType>::video_t * dep)->bool
3632
3632
{
3633
3633
auto & stagingCache = std::get<SReserveResult::staging_cache_t <AssetType>>(reservations.m_stagingCaches );
3634
3634
auto found = stagingCache.find (const_cast <asset_traits<AssetType>::video_t *>(dep));
You can’t perform that action at this time.
0 commit comments