Reputation: 17669
I need basic information about DirectX. Is it a managed API or Unmanaged? Can someone provide me some link etc. explaining this?
Upvotes: 2
Views: 721
Reputation: 132254
DirectX is unmanaged, but there are managed wrappers/bindings for it as well.
Upvotes: 2
Reputation: 22857
The article here describes how DirectX can be used in a managed (and it looks like unmanaged too!) way.
Kindness,
Dan
Upvotes: 1