09-14-2021, 01:11 PM
Unfortunately, WPF does not support SwapChainPanel - this can be only used by UWP applications.
If you have performance issues maybe it is possible to optimize the usage of objects to provide faster rendering (for example using object instancing, freezing 3D objects to group them, etc.). I will contact you by email and if you are interested we can arrange a virtual meeting with screen sharing where you can show me your application and we can together run some benchmarking and rendering analysis (using DXEngineSnoop tool - https://www.ab4d.com/DirectX/3D/Diagnostics.aspx). This may provide some information on how to optimize the current rendering.
If you have performance issues maybe it is possible to optimize the usage of objects to provide faster rendering (for example using object instancing, freezing 3D objects to group them, etc.). I will contact you by email and if you are interested we can arrange a virtual meeting with screen sharing where you can show me your application and we can together run some benchmarking and rendering analysis (using DXEngineSnoop tool - https://www.ab4d.com/DirectX/3D/Diagnostics.aspx). This may provide some information on how to optimize the current rendering.
Andrej Benedik

