コード例 #1
0
 protected override void Destroy(bool disposing)
 {
     Vulkan.vkDestroyDebugReportCallbackEXT(Parent, handle, null);
     _callback = null;
 }