Oct 30, 2003 #1 E 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?
Has anyone created a device using Direct3D.Device(lp as IntPtr)? Is this a new IntPtr or from an existing device?
Nov 2, 2003 #2 A AndreRyan Junior Contributor Joined Jan 23, 2002 Messages 366 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.
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.