Tagged Questions
3
votes
4answers
438 views
Is there a pure-managed DirectX wrapper?
I'm currently in need of a purely managed code DirectX wrapper for .NET. While SlimDX is great, its use of unmanaged code makes it impossible to perform proper dead code analysis on, for the purpose ...