コード例 #1
0
 internal DescriptorSetLayout(SharpVk.Device parent, SharpVk.Interop.DescriptorSetLayout handle)
 {
     this.handle       = handle;
     this.parent       = parent;
     this.commandCache = parent.commandCache;
 }
コード例 #2
0
 public static extern void vkDestroyDescriptorSetLayout(SharpVk.Interop.Device device, SharpVk.Interop.DescriptorSetLayout descriptorSetLayout, SharpVk.Interop.AllocationCallbacks *allocator);