Пример #1
0
 public unsafe void UpdateUnmanagedPointer(ID3DXMesh *pInterface)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public unsafe Mesh(ID3DXMesh *pInterop) : base((IntPtr)null)
 {
     throw new NotImplementedException();
 }