thatcosmonaut / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
4 stars 2 forks source link

VS2010 fixes and stb_ds hash_bytes stuff #76

Closed TheSpydog closed 4 years ago

TheSpydog commented 4 years ago

This is pretty ugly and generates a fair number of size_t <-> int32/64 conversion warnings, but it's functional at least. The direct path through stbds_hash_bytes doesn't seem to have improved much of anything, but you can verify that. I very well may have screwed something up with that.