async texture loading

I have main thread that renders some graphics and another thread that loads textures using separate GL context that is shared with main one. This works perfectly on Linux but is slow on Windows. Does anybody knows what’s the problem and how to load textures not interrupting main thread??

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.