azul3d / engine

Azul3D - A 3D game engine written in Go!
https://azul3d.org
Other
606 stars 54 forks source link

azul3d_mandel: texture occasionally flickers when panning #157

Open slimsag opened 8 years ago

slimsag commented 8 years ago

Run azul3d_mandel and notice the texture occasionally flickers back to some other one. In particular, it is displaying uninitialized texture memory. This is due to a data race in how we load resources in separate threads on the loader context.