Browse Source

Resync RasterizerDummy to Rasterizer

lawnjelly 4 years ago
parent
commit
a63d8aa634
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/dummy/rasterizer_dummy.h

+ 2 - 0
drivers/dummy/rasterizer_dummy.h

@@ -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() {}
 };