1
0
forked from mirrors/0ad
Files
0ad/source/tools
Dunedan 265ed76131 Simplify check for identical shaders
Previously when checking if two SPIR-V shaders are identical the
hashs of their file content would be compared and afterwards their
(unhashed) file contents as well. Comparing the file contents isn't
necessary, as the hash function used is a cryptographic one, which
guarantees the hash can be used as a representative of the hashed data.
2024-09-21 20:39:59 +02:00
..
2024-09-17 11:03:15 +02:00
2024-09-13 11:04:04 +02:00
2024-09-11 17:52:10 +02:00
2024-09-13 11:04:05 +02:00