22 lines
224 B
C++
22 lines
224 B
C++
#include "Command.h"
|
|
|
|
using namespace Seele;
|
|
using namespace Seele::Gfx;
|
|
|
|
|
|
RenderCommand::RenderCommand()
|
|
{
|
|
}
|
|
|
|
RenderCommand::~RenderCommand()
|
|
{
|
|
}
|
|
|
|
ComputeCommand::ComputeCommand()
|
|
{
|
|
}
|
|
|
|
ComputeCommand::~ComputeCommand()
|
|
{
|
|
}
|