Пример #1
0
 public unsafe Texture(IDirect3DTexture9 *pInterop) : base((IntPtr)null)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public unsafe Texture(IDirect3DTexture9 *lp, Device device, Pool pool) : base((IntPtr)lp)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public unsafe void UpdateUnmanagedPointer(IDirect3DTexture9 *pInterface)
 {
     throw new NotImplementedException();
 }