mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 07:41:43 +00:00
f999f52f0a
Adds a FramebufferCache singletion that operates the same way as UniformSetCache. Allows creating framebuffers on the fly (and keep them cached if re-requested) such as: ```C++ RID fb = FramebufferCache::get_singleton()->get_cache(texture1,texture2); ```