Fix compilation under Linux

This commit is contained in:
Jérôme Leclercq 2021-06-16 16:12:55 +02:00
parent dfa46ebaa5
commit 8625c0a7ac
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace Nz
context.BindUniformBuffer(bindingPoint, descriptor.buffer, descriptor.offset, descriptor.size);
}
else
static_assert(AlwaysFalse<T>::value, "non-exhaustive visitor");
static_assert(AlwaysFalse<DescriptorType>::value, "non-exhaustive visitor");
});
}