2

I need basic information about DirectX. Is it a managed API or Unmanaged? Can someone provide me some link etc. explaining this?

Boris Callens
  • 90,659
  • 85
  • 207
  • 305
viky
  • 17,275
  • 13
  • 71
  • 90

2 Answers2

2

DirectX is unmanaged, but there are managed wrappers/bindings for it as well.

Matthew Scharley
  • 127,823
  • 52
  • 194
  • 222
1

The article here describes how DirectX can be used in a managed (and it looks like unmanaged too!) way.

Kindness,

Dan

Daniel Elliott
  • 22,647
  • 10
  • 64
  • 82