Merge pull request #88409 from jsjtxietian/high-end
Make dummy rendering server appear as a high end platform to fix vulkan shader compile error when exporting
This commit is contained in:
commit
1b8e12c499
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue