DirectX managed or unmanaged?
I need basic information about DirectX. Is it a managed API or Un开发者_运维问答managed? Can someone provide me some link etc. explaining this?
DirectX is unmanaged, but there are managed wrappers/bindings for it as well.
The article here describes how DirectX can be used in a managed (and it looks like unmanaged too!) way.
Kindness,
Dan
精彩评论