You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
-Added ViewportContainer, this is the only way to make viewports show up in GUI now
-2D editing now seems to work -Added some functions and refactoring to Viewport
This commit is contained in:
@@ -233,7 +233,6 @@ public:
|
||||
virtual RID render_target_create()=0;
|
||||
virtual void render_target_set_size(RID p_render_target,int p_width, int p_height)=0;
|
||||
virtual RID render_target_get_texture(RID p_render_target) const=0;
|
||||
virtual Image render_target_get_image(RID p_render_target) const=0;
|
||||
virtual void render_target_set_flag(RID p_render_target,RenderTargetFlags p_flag,bool p_value)=0;
|
||||
virtual bool render_target_renedered_in_frame(RID p_render_target)=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user