diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-10 08:34:15 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:19 +0800 |
| commit | 78351a69dfc6e3aca0490c4de282dc84d66db382 (patch) | |
| tree | 622ee0ae1f7182bcc4ba00ba92ca796a02074477 /layers/layers_msg.h | |
| parent | 1e1bc3c8a23a245aca2cf3b6779e88afa2112e16 (diff) | |
| download | usermoji-78351a69dfc6e3aca0490c4de282dc84d66db382.tar.xz | |
vulkan: beautification changes
TODO: verify vk-layer-generate.py
TODO: need to rename object tracker generator
v2: fix "python3 vulkan.py"
fix dead cod in tri introduced by rebase
beautify wsi_null.c (olv)
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 b3525967..cda11051 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, - VK_VALIDATION_LEVEL validationLevel, - VK_BASE_OBJECT srcObject, + VkValidationLevel validationLevel, + VkBaseObject srcObject, size_t location, int32_t msgCode, const char* pLayerPrefix, |
