Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to create materials,textures, models in threads. #388

Open
brainrom opened this issue Mar 22, 2021 · 1 comment
Open

Allow to create materials,textures, models in threads. #388

brainrom opened this issue Mar 22, 2021 · 1 comment

Comments

@brainrom
Copy link
Contributor

For future complete network support it'll be very useful, because now any attempts to load images over network (enet and yet unofficial HTTP) as textures results in massive lags when loading.

@bjornbytes
Copy link
Owner

bjornbytes commented Mar 22, 2021

Right now you can only create ModelData/TextureData in threads, which is only half the story. With Vulkan it should be possible to do GPU stuff in other threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants