Skip to content

Commit e4636ba

Browse files
committed
ShaderCompiler: Remove comment
1 parent c1c4908 commit e4636ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/nbl/asset/utils/IShaderCompiler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ class NBL_API2 IShaderCompiler : public core::IReferenceCounted
350350
core::blake3_hasher hasher;
351351
hasher.update(hashable.data(), hashable.size());
352352
hash = { *static_cast<core::blake3_hash_t>(hasher).data };
353-
// ALI:TODO
354353
lookupHash = std::bit_cast<uint64_t, uint8_t[8]>({hash[0], hash[1], hash[2], hash[3], hash[4], hash[5], hash[6], hash[7]});
355354
for (auto i = 8u; i < 32; i++) {
356355
core::hash_combine<uint64_t>(lookupHash, hash[i]);

0 commit comments

Comments
 (0)