Allocate command buffers from pools
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
inline void CommandBufferDeleter::operator()(CommandBuffer* commandBuffer)
|
||||
{
|
||||
commandBuffer->Release();
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Renderer/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user