Marzac/le3d

Random access violations problems with VS

Marzac opened this issue · 2 comments

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.

It could also be an alignment problem (less sure). I will investigate this.

Ok I found it, it was a pointer arithmetic error in mipmap calculations.