Avoid the most common virtual call when possible.
This commit is contained in:
parent
64ec46e705
commit
0b4b2bfe9c
2 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,9 @@ public:
|
|||
bool IsCodePtrVertexDecoder(const u8 *ptr) const {
|
||||
return decJitCache_->IsInSpace(ptr);
|
||||
}
|
||||
int GetNumDrawCalls() const {
|
||||
return numDrawCalls;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void ClearTrackedVertexArrays() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue