File tree Expand file tree Collapse file tree 2 files changed +170
-110
lines changed
include/nbl/video/utilities Expand file tree Collapse file tree 2 files changed +170
-110
lines changed Original file line number Diff line number Diff line change @@ -1083,6 +1083,7 @@ class CAssetConverter : public core::IReferenceCounted
1083
1083
1084
1084
// we don't insert into the writeCache until conversions are successful
1085
1085
core::tuple_transform_t <staging_cache_t ,supported_asset_types> m_stagingCaches;
1086
+
1086
1087
// need a more explicit list of GPU objects that need device-assisted conversion
1087
1088
template <asset::Asset AssetType>
1088
1089
struct SConversionRequestBase
@@ -1141,7 +1142,7 @@ class CAssetConverter : public core::IReferenceCounted
1141
1142
IGPUDescriptorSet* dstSet;
1142
1143
uint32_t binding;
1143
1144
uint32_t arrayElement;
1144
- core::smart_refctd_ptr< IGPUTopLevelAccelerationStructure> tlas;
1145
+ const IGPUTopLevelAccelerationStructure* tlas;
1145
1146
};
1146
1147
struct SDeferredTLASWriteHasher
1147
1148
{
You can’t perform that action at this time.
0 commit comments