Make dummy rendering server appear as a high end platform

to fix vulkan shader compile error when exporting

(cherry picked from commit f6aabd2b72)
This commit is contained in:
jsjtxietian 2024-02-16 23:33:50 +08:00 committed by Rémi Verschelde
parent 5f92e6e7e3
commit 63b1d100fb
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public:
static void make_current() {
_create_func = _create_current;
low_end = true;
low_end = false;
}
uint64_t get_frame_number() const override { return frame; }