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