Juan Linietsky f999f52f0a Add a Framebuffer cache
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);
```
2022-08-05 13:37:29 +02:00
..
2022-08-02 23:36:02 +02:00
2022-08-05 13:37:29 +02:00
2022-07-04 12:01:46 +01:00
2022-07-04 12:01:46 +01:00
2022-05-06 00:27:10 +02:00
2022-05-06 00:27:10 +02:00