Direct3D.Device question

EK1

Freshman
Joined
Aug 20, 2003
Messages
28
Has anyone created a device using Direct3D.Device(lp as IntPtr)? Is this a new IntPtr or from an existing device?
 
If you use C++ and create a Device using the DX Unmanaged API you can make a Managed DX Device using the pointer to the Unmanaged one.
 
Back
Top