public unsafe Texture(IDirect3DTexture9 *pInterop) : base((IntPtr)null) { throw new NotImplementedException(); }
public unsafe Texture(IDirect3DTexture9 *lp, Device device, Pool pool) : base((IntPtr)lp) { throw new NotImplementedException(); }
public unsafe void UpdateUnmanagedPointer(IDirect3DTexture9 *pInterface) { throw new NotImplementedException(); }