Searched refs:debugExtension (Results 1 – 1 of 1) sorted by relevance
212 const char* debugExtension = nullptr; in GetWrapper() local219 debugExtension = VK_EXT_DEBUG_UTILS_EXTENSION_NAME; in GetWrapper()220 …} else if (!debugExtension && strcmp(ref.extensionName, VK_EXT_DEBUG_REPORT_EXTENSION_NAME) == 0) { in GetWrapper()222 debugExtension = VK_EXT_DEBUG_REPORT_EXTENSION_NAME; in GetWrapper()241 const char* debugExtension = nullptr; in CreateInstance() local250 debugExtension = VK_EXT_DEBUG_UTILS_EXTENSION_NAME; in CreateInstance()251 …} else if (!debugExtension && strcmp(ref.extensionName, VK_EXT_DEBUG_REPORT_EXTENSION_NAME) == 0) { in CreateInstance()253 debugExtension = VK_EXT_DEBUG_REPORT_EXTENSION_NAME; in CreateInstance()264 if (debugExtension) { in CreateInstance()265 extensions.push_back(debugExtension); in CreateInstance()