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