1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

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

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; }