示例#1
0
文件: Texture.cs 项目: rbernon/monoDX
 public unsafe Texture(IDirect3DTexture9 *pInterop) : base((IntPtr)null)
 {
     throw new NotImplementedException();
 }
示例#2
0
文件: Texture.cs 项目: rbernon/monoDX
 public unsafe Texture(IDirect3DTexture9 *lp, Device device, Pool pool) : base((IntPtr)lp)
 {
     throw new NotImplementedException();
 }
示例#3
0
文件: Texture.cs 项目: rbernon/monoDX
 public unsafe void UpdateUnmanagedPointer(IDirect3DTexture9 *pInterface)
 {
     throw new NotImplementedException();
 }