Make dummy rendering server appear as a high end platform

to fix vulkan shader compile error when exporting
This commit is contained in:
jsjtxietian 2024-02-16 23:33:50 +08:00
parent 907db8eebc
commit f6aabd2b72
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,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; }