Skip to content

Commit

Permalink
Make dummy rendering server appear as a high end platform
Browse files Browse the repository at this point in the history
 to fix vulkan shader compile error when exporting
  • Loading branch information
jsjtxietian committed Feb 16, 2024
1 parent 907db8e commit f6aabd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/rendering/dummy/rasterizer_dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class RasterizerDummy : public RendererCompositor {

static void make_current() {
_create_func = _create_current;
low_end = true;
low_end = false;
}

uint64_t get_frame_number() const override { return frame; }
Expand Down

0 comments on commit f6aabd2

Please sign in to comment.