Loading vulkan/libvulkan/debug_report.h +2 −2 Original line number Diff line number Diff line Loading @@ -85,9 +85,9 @@ class DebugReportCallbackList { class DebugReportLogger { public: DebugReportLogger(const VkInstanceCreateInfo& info) explicit DebugReportLogger(const VkInstanceCreateInfo& info) : instance_pnext_(info.pNext), callbacks_(nullptr) {} DebugReportLogger(const DebugReportCallbackList& callbacks) explicit DebugReportLogger(const DebugReportCallbackList& callbacks) : instance_pnext_(nullptr), callbacks_(&callbacks) {} void Message(VkDebugReportFlagsEXT flags, Loading vulkan/libvulkan/driver.h +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ VK_DEFINE_HANDLE(InstanceDispatchable) VK_DEFINE_HANDLE(DeviceDispatchable) struct InstanceData { InstanceData(const VkAllocationCallbacks& alloc) explicit InstanceData(const VkAllocationCallbacks& alloc) : opaque_api_data(), allocator(alloc), driver(), Loading vulkan/libvulkan/layers_extensions.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ struct Layer; class LayerRef { public: LayerRef(const Layer* layer); explicit LayerRef(const Layer* layer); LayerRef(LayerRef&& other); ~LayerRef(); LayerRef(const LayerRef&) = delete; Loading Loading
vulkan/libvulkan/debug_report.h +2 −2 Original line number Diff line number Diff line Loading @@ -85,9 +85,9 @@ class DebugReportCallbackList { class DebugReportLogger { public: DebugReportLogger(const VkInstanceCreateInfo& info) explicit DebugReportLogger(const VkInstanceCreateInfo& info) : instance_pnext_(info.pNext), callbacks_(nullptr) {} DebugReportLogger(const DebugReportCallbackList& callbacks) explicit DebugReportLogger(const DebugReportCallbackList& callbacks) : instance_pnext_(nullptr), callbacks_(&callbacks) {} void Message(VkDebugReportFlagsEXT flags, Loading
vulkan/libvulkan/driver.h +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ VK_DEFINE_HANDLE(InstanceDispatchable) VK_DEFINE_HANDLE(DeviceDispatchable) struct InstanceData { InstanceData(const VkAllocationCallbacks& alloc) explicit InstanceData(const VkAllocationCallbacks& alloc) : opaque_api_data(), allocator(alloc), driver(), Loading
vulkan/libvulkan/layers_extensions.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ struct Layer; class LayerRef { public: LayerRef(const Layer* layer); explicit LayerRef(const Layer* layer); LayerRef(LayerRef&& other); ~LayerRef(); LayerRef(const LayerRef&) = delete; Loading