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