You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto executePerMipLevel = [&](constuint32_t miplevel)
219
219
{
@@ -292,8 +292,8 @@ class CFlattenRegionsStreamHashImageFilter : public CMatchedSizeInOutImageFilter
292
292
293
293
structScratchMap
294
294
{
295
-
asset::SBufferRange<asset::ICPUBuffer> hashes; // hashes, single hash is obtained from given miplevel & layer, full hash for an image is a hash of this hash buffer
296
-
asset::SBufferRange<asset::ICPUBuffer> hashers; // hashers, used to produce a hash
295
+
std::span<CState::hash_t> hashes; // hashes, single hash is obtained from given miplevel & layer, full hash for an image is a hash of this hash buffer
296
+
std::span<blake3_hasher> hashers; // hashers, used to produce a hash
297
297
asset::SBufferRange<asset::ICPUBuffer> flatten; // tightly packed texels from input, no memory gaps
0 commit comments