示例#1
0
 internal ImageView(SharpVk.Device parent, SharpVk.Interop.ImageView handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
示例#2
0
 public static extern void vkDestroyImageView(SharpVk.Interop.Device device, SharpVk.Interop.ImageView imageView, SharpVk.Interop.AllocationCallbacks *allocator);