예제 #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();
 }