0
kicks
Tips: increase performances when using D3DImage in WPF
Often when you read articles explaining how to use a D3DImage in your WPF application you use code which directly handle the CompositorTarget.Rendering event by updating the 3D world... This can lead to performance problems. Here is a tips to solve it...