c# - Decouple Windows event loop from DirectX Rendering loop -
is there way decouple windows event loop directx rendering loop when rendering directx , sharpdx via .net?
that means want rendering continues when resize window example.
yes, need make separate thread windows loop events.
you can use systems.threading
library.
remember rendering should in main thread, create thread windows events, work.
Comments
Post a Comment