Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added noexcept on all correct locations (RAII, internal classes, free…
… functions, trivial cases) This includes complex cases such as generated functions (those not returning VkResult and nothing with an allocator like std::vector), all internal classes (Flags), all functions not returning VkResult, as well as all trivial cases.
- Loading branch information