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

Create mobile renderer

This commit is contained in:
Bastiaan Olij
2021-03-10 22:23:55 +11:00
parent a4afa05efe
commit 58ff0dac1a
28 changed files with 7137 additions and 1506 deletions

View File

@@ -3144,8 +3144,6 @@ void RendererSceneGIRD::process_gi(RID p_render_buffers, RID p_normal_roughness_
rb->reflection_buffer = RD::get_singleton()->texture_create(tf, RD::TextureView());
rb->ambient_buffer = RD::get_singleton()->texture_create(tf, RD::TextureView());
rb->gi.using_half_size_gi = half_resolution;
p_scene_render->_render_buffers_uniform_set_changed(p_render_buffers);
}
PushConstant push_constant;