]> git.tdb.fi Git - libs/gl.git/commit
Update usage of hash functions
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 12:45:15 +0000 (14:45 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 12:45:15 +0000 (14:45 +0200)
commitcb4158902a680c58c5834da8577cd95ff753fd7c
treec79d55dc520fd6180432fba51e1cdd4debd56fcf
parentafb2687f23ac6c7d078bbad3db4379a2c051416a
Update usage of hash functions

Calculating hashes directly from the binary values is faster than first
creating a string.
source/core/reflectdata.cpp
source/core/tag.cpp
source/glsl/finalize.cpp
source/glsl/generate.cpp
source/materials/material.cpp