diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-25 10:30:56 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-15 09:03:33 -0700 |
| commit | 1573582e3bee0ed2c92af3d82a43fb49b1dde1fc (patch) | |
| tree | 4d3c1e26e449ec7fe7961751a89c5c98104b29bc /layers/swapchain.cpp | |
| parent | 55e3fb0146c3cdeac76ce857abd66b864d648f7d (diff) | |
| download | usermoji-1573582e3bee0ed2c92af3d82a43fb49b1dde1fc.tar.xz | |
layers: Rename DebugReport flags
Conflicts:
layers/mem_tracker.cpp
Conflicts:
layers/draw_state.cpp
Diffstat (limited to 'layers/swapchain.cpp')
| -rw-r--r-- | layers/swapchain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 26c85fd8..72fb4f98 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -62,7 +62,7 @@ static void createDeviceRegisterExtensions(VkPhysicalDevice physicalDevice, cons my_device_data->deviceMap[device].pPhysicalDevice = pPhysicalDevice; pPhysicalDevice->pDevice = &my_device_data->deviceMap[device]; } else { - log_msg(my_instance_data->report_data, VK_DBG_REPORT_ERROR_BIT, VK_OBJECT_TYPE_PHYSICAL_DEVICE, + log_msg(my_instance_data->report_data, VK_DEBUG_REPORT_ERROR_BIT, VK_OBJECT_TYPE_PHYSICAL_DEVICE, (uint64_t)physicalDevice , 0, SWAPCHAIN_INVALID_HANDLE, "Swapchain", "vkCreateDevice() called with a non-valid VkPhysicalDevice."); } @@ -660,7 +660,7 @@ static VkBool32 validateCreateSwapchainKHR(VkDevice device, const VkSwapchainCre } // Log the message that we've built up: skipCall |= debug_report_log_msg(my_data->report_data, - VK_DBG_REPORT_ERROR_BIT, + VK_DEBUG_REPORT_ERROR_BIT, VK_OBJECT_TYPE_DEVICE, (uint64_t) device, 0, SWAPCHAIN_CREATE_SWAP_BAD_PRE_TRANSFORM, |
