Random access violations problems with VS
Marzac opened this issue · 2 comments
Marzac commented
The executables produced by VS in Release configuration using either of the rasterizers and SIMD configurations randomly crash on startup because of a memory access violation.
I suspect an uninitialized variable somewhere.
Marzac commented
It could also be an alignment problem (less sure). I will investigate this.
Marzac commented
Ok I found it, it was a pointer arithmetic error in mipmap calculations.