You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly utilizing transfer queue to copy texture/memeory is hard. A simple sample would be really helpful. If it is too costly to rework the framework, a seperate sample like hello_triangle that does not use the framework will also be helpful.
The text was updated successfully, but these errors were encountered:
SaschaWillems
changed the title
Feature Request: demostrate the usage of transfer queue
Feature Request: demonstrate the usage of transfer queue
Jan 16, 2024
I'm working on trying to integrate Cesium-Native into some of my samples, and a sample that lets a user roam around a specific location, loading and unloading texture data dynamically would be a good use case for dedicated asynchronous transfer queues (along with large sparse textures).
Correctly utilizing transfer queue to copy texture/memeory is hard. A simple sample would be really helpful. If it is too costly to rework the framework, a seperate sample like
hello_triangle
that does not use the framework will also be helpful.The text was updated successfully, but these errors were encountered: