Elevate Engine 1
Loading...
Searching...
No Matches
RenderCommand.cpp
Go to the documentation of this file.
1#include "RenderCommand.h"
2
3namespace Elevate
4{
5 uint64_t RenderCommand::GetSortKey() const
6 {
7 // todo impl.
8 return 0;
9 }
10}
uint64_t GetSortKey() const