viky
viky

Reputation: 17669

DirectX managed or unmanaged?

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

Answers (2)

Matthew Scharley
Matthew Scharley

Reputation: 132254

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

Upvotes: 2

Daniel Elliott
Daniel Elliott

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

Related Questions