1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Merge pull request #18368 from Gamblify/RasterizerEngineSync

sync rasterizers with engine
This commit is contained in:
Rémi Verschelde
2018-07-25 20:33:37 +02:00
committed by GitHub
17 changed files with 33 additions and 58 deletions

View File

@@ -1078,7 +1078,7 @@ public:
virtual void set_boot_image(const Ref<Image> &p_image, const Color &p_color, bool p_scale) = 0;
virtual void initialize() = 0;
virtual void begin_frame() = 0;
virtual void begin_frame(double frame_step) = 0;
virtual void set_current_render_target(RID p_render_target) = 0;
virtual void restore_render_target() = 0;
virtual void clear_render_target(const Color &p_color) = 0;