Resync RasterizerDummy to Rasterizer
This commit is contained in:
parent
f442dc062a
commit
a63d8aa634
1 changed files with 2 additions and 0 deletions
|
@ -831,6 +831,8 @@ public:
|
|||
|
||||
virtual bool is_low_end() const { return true; }
|
||||
|
||||
virtual const char *gl_check_for_error(bool p_print_error = true) { return nullptr; }
|
||||
|
||||
RasterizerDummy() {}
|
||||
~RasterizerDummy() {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue