diff options
| author | Mike Stroyan <mike@LunarG.com> | 2015-04-17 12:36:38 -0600 |
|---|---|---|
| committer | Mike Stroyan <mike@LunarG.com> | 2015-04-17 20:40:58 -0600 |
| commit | ebae832becfe966d2f413ca17cd2f9e7d4e804f1 (patch) | |
| tree | c91193ba72f92d93ea33c699c487f6b19754bc25 /layers/layers_msg.h | |
| parent | 7c5603c74d669f70373b037a7f7e015869491df5 (diff) | |
| download | usermoji-ebae832becfe966d2f413ca17cd2f9e7d4e804f1.tar.xz | |
update to vulkan.h header version 90, bug 13529
Diffstat (limited to 'layers/layers_msg.h')
| -rw-r--r-- | layers/layers_msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/layers_msg.h b/layers/layers_msg.h index cda11051..3cd5a0c2 100644 --- a/layers/layers_msg.h +++ b/layers/layers_msg.h @@ -33,8 +33,8 @@ static FILE *g_logFile = NULL; // Utility function to handle reporting // If callbacks are enabled, use them, otherwise use printf static void layerCbMsg(VK_DBG_MSG_TYPE msgType, - VkValidationLevel validationLevel, - VkBaseObject srcObject, + VkValidationLevel validationLevel, + VkObject srcObject, size_t location, int32_t msgCode, const char* pLayerPrefix, |
