Minor C++ fixes
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
inline Pipeline::Pipeline(Pipeline&& object) :
|
||||
inline Pipeline::Pipeline(Pipeline&& object) noexcept :
|
||||
m_device(std::move(object.m_device)),
|
||||
m_allocator(object.m_allocator),
|
||||
m_handle(object.m_handle),
|
||||
|
||||
Reference in New Issue
Block a user