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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -