Example #1
0
 internal BufferView(SharpVk.Device parent, SharpVk.Interop.BufferView handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Example #2
0
 public static extern void vkDestroyBufferView(SharpVk.Interop.Device device, SharpVk.Interop.BufferView bufferView, SharpVk.Interop.AllocationCallbacks *allocator);