commit | de4124da4233d201bf1d7326acf0e8bf53d5bee5 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Fri Jul 03 10:33:54 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 17 10:05:18 2015 -0600 |
tree | be88591b1ccd335b1cce73e12dd04e0db69fb7cb | |
parent | 08eec9886e666a526038c1047616831511a5f0dd [diff] [blame] |
Bug 14084 - Improve type safety and remove polymorphism
diff --git a/icd/intel/instance.c b/icd/intel/instance.c index cd76b97..861645c 100644 --- a/icd/intel/instance.c +++ b/icd/intel/instance.c
@@ -50,7 +50,7 @@ void intel_logv(const void *handle, VkFlags msg_flags, - VkObjectType obj_type, VkObject src_object, + VkDbgObjectType obj_type, uint64_t src_object, size_t location, int32_t msg_code, const char *format, va_list ap) {