Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
GenericDrawCommand.cpp
Go to the documentation of this file.
1
2
4
5namespace Divide {
6
7bool Compatible(const GenericDrawCommand& lhs, const GenericDrawCommand& rhs) noexcept {
8 return lhs._sourceBuffer == rhs._sourceBuffer &&
9 lhs._bufferFlag == rhs._bufferFlag;
10}
11
12}; //namespace Divide
Handle console commands that start with a forward slash.
Definition: AIProcessor.cpp:7
bool Compatible(const GenericDrawCommand &lhs, const GenericDrawCommand &rhs) noexcept