diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-25 11:38:54 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-15 09:04:00 -0700 |
| commit | c7403b4294352708dfe1e69c30009cc575bb1359 (patch) | |
| tree | e66da072d6c4f8bbf7421d7f324eab57e934983a /loader/debug_report.c | |
| parent | 1573582e3bee0ed2c92af3d82a43fb49b1dde1fc (diff) | |
| download | usermoji-c7403b4294352708dfe1e69c30009cc575bb1359.tar.xz | |
layers: rename VkDbgObjectType
VkDebugReportObjectTypeLUNARG fits the extension naming requirements
Diffstat (limited to 'loader/debug_report.c')
| -rw-r--r-- | loader/debug_report.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c index 5d3a376d..af0fce1e 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -253,7 +253,7 @@ static void print_msg_flags(VkFlags msgFlags, char *msg_flags) // DebugReport utility callback functions static VKAPI_ATTR void VKAPI_CALL StringCallback( VkFlags msgFlags, - VkDbgObjectType objType, + VkDebugReportObjectTypeLUNARG objType, uint64_t srcObject, size_t location, int32_t msgCode, @@ -285,7 +285,7 @@ static VKAPI_ATTR void VKAPI_CALL StringCallback( static VKAPI_ATTR void VKAPI_CALL StdioCallback( VkFlags msgFlags, - VkDbgObjectType objType, + VkDebugReportObjectTypeLUNARG objType, uint64_t srcObject, size_t location, int32_t msgCode, @@ -303,7 +303,7 @@ static VKAPI_ATTR void VKAPI_CALL StdioCallback( static VKAPI_ATTR void VKAPI_CALL BreakCallback( VkFlags msgFlags, - VkDbgObjectType objType, + VkDebugReportObjectTypeLUNARG objType, uint64_t srcObject, size_t location, int32_t msgCode, |
