ShikenNuggets / GadgetEngine

Yet another 3D game engine. But it's *my* 3D game engine :)
https://gamesbycarter.wordpress.com/2022/06/22/gadget-engine-c/
Other
2 stars 0 forks source link

MurmurHash64A cannot run at compile time #11

Closed ShikenNuggets closed 3 months ago

ShikenNuggets commented 1 year ago

Ideally we would be able to hash some strings at compile time instead of runtime by making the relevant functions etc constexpr. However, because of this cast in Hash::MurmurHash64A image I have been unable to have this happen at compile time. I do not know if it is possible to work around this, but if we could that would be great.

ShikenNuggets commented 3 months ago

Done as of aa5b9aaed605f823146290ea16c71a93b516a954