Merge pull request #5807 from ReinUsesLisp/vc-warnings

video_core: Silence the remaining gcc warnings and enforce them
This commit is contained in:
LC
2021-01-24 17:36:43 -05:00
committed by GitHub
10 changed files with 93 additions and 60 deletions

View File

@ -39,6 +39,7 @@ vk::DebugUtilsMessenger CreateDebugCallback(const vk::Instance& instance) {
VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT |
VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT,
.pfnUserCallback = Callback,
.pUserData = nullptr,
});
}