mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
fix: sampling & capture boundaries
This commit is contained in:
parent
af3ce80b7c
commit
4976ff3084
8 changed files with 233 additions and 121 deletions
|
@ -61,7 +61,7 @@ VKAPI_ATTR VkBool32 VKAPI_CALL DebugUtilsCallback(VkDebugUtilsMessageSeverityFla
|
|||
if (strstr(pCallbackData->pMessage, "consumes input location"))
|
||||
return VK_FALSE; // false means we dont care
|
||||
if (strstr(pCallbackData->pMessage, "blend"))
|
||||
return VK_FALSE; //
|
||||
return VK_FALSE; //
|
||||
|
||||
// note: Check if previously used location in VK_EXT_debug_report callback is the same as messageIdNumber under the new extension
|
||||
// validation errors which are difficult to fix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue