What happens with DirextX

  • Thread starter Thread starter Perry
  • Start date Start date
P

Perry

How do we do DirectX and Direct 3D from a .NET (CLR) program? Or is there a
new way to get that type of performance?

Thanks in advance,
Perry.
 
You can use Managed DirectX.. Do a search on Msoft site for it and download
the SDK for it. It is a managed set of classes that you can use for doing
Direct3D development from .NET.
 
Back
Top