linusmossberg / monte-carlo-ray-tracer

Physically based renderer with Path Tracing and Photon Mapping.
MIT License
339 stars 28 forks source link

link error #8

Open Hastws opened 10 months ago

Hastws commented 10 months ago

inline thread_local std::mt19937_64 engine(std::random_device{}()); to inline static thread_local std::mt19937_64 engine(std::random_device{}()); in windows mingw