Skip to content

log VkResult errors only for debug builds

Chia-I Wu requested to merge silence-desc-pool-frag into master

Silence VK_ERROR_FRAGMENTED_POOL and VK_ERROR_OUT_OF_POOL_MEMORY too because apps normally handle them properly.

/cc @zzyiwei

Merge request reports