示例#1
0
 protected virtual void ReleaseUnmanagedResources()
 {
     // Command buffers first
     CommandPool.DestroyCommandPool(Device, null);
 }