Fix Nz::ErrorFlags API and usage

This commit is contained in:
SirLynix
2024-01-28 15:03:24 +01:00
parent f06752b08d
commit 0191256493
5 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ namespace Nz::Vk
{
PFN_vkVoidFunction func;
{
ErrorFlags errFlags({}, ~ErrorMode::ThrowException);
ErrorFlags errFlags({}, ErrorMode::ThrowException);
func = m_instance.GetDeviceProcAddr(m_device, name);
}