Пример #1
0
 public Result CreateBufferView(MgBufferViewCreateInfo pCreateInfo, IMgAllocationCallbacks allocator, out IMgBufferView pView)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void DestroyBufferView(IMgBufferView bufferView, IMgAllocationCallbacks allocator)
 {
     throw new NotImplementedException();
 }