Fix Nz::ErrorFlags API and usage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user