I have realtime graphics in WPF application with DirectX on SharpDX. I use Direct2D1, Direct Composition, SwapCain. Its perfectly works with 1 object on window, but if i add more one (9), then there are problems: in debug after 1-2 min or if I actively move window between monitors, I [...] read more
class SharpDXException has a field int HResult that is set to a non-zero error code when an error is reported by the underlying Microsoft DirectX code. For example, when using SharpDX.Direct2D1, Microsoft docs list these Direct2D error codes. For example, > D2DERR_RECREATE_TARGET > 0x8899000C Searching SharpDX sources, I don't see [...] read more