You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdl: Better handling for missing settings
Distinguish between unset settings and those set to an empty string.
This mostly affects message_severity, so that an empty string can turn
all messages off. However there's a few messages that have to come out
before the layer settings are read and those can't really be turned off.
layer_base: Remove TLS caching of device/instance handles
In multi threaded apps the cache for a thread could contain stale
data after another thread calls vkDestroyDevice() or vkDestroyInstance.