Split CommandBuffer into Auto and normal variants
This commit is contained in:
@@ -31,11 +31,6 @@ namespace Nz
|
||||
descriptorSet.m_handle = VK_NULL_HANDLE;
|
||||
}
|
||||
|
||||
inline DescriptorSet::~DescriptorSet()
|
||||
{
|
||||
Free();
|
||||
}
|
||||
|
||||
inline void DescriptorSet::Free()
|
||||
{
|
||||
if (m_handle)
|
||||
|
||||
Reference in New Issue
Block a user