Exemple #1
0
 internal Framebuffer(SharpVk.Device parent, SharpVk.Interop.Framebuffer handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
Exemple #2
0
 public static extern void vkDestroyFramebuffer(SharpVk.Interop.Device device, SharpVk.Interop.Framebuffer framebuffer, SharpVk.Interop.AllocationCallbacks *allocator);