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-07-25 11:17:40 +02:00
2022-01-03 21:27:34 +01:00
2022-04-06 14:34:37 +03:00
2022-08-04 15:16:00 +02:00
2022-06-23 18:08:52 +02:00
2022-06-23 18:08:52 +02:00
2022-07-23 14:00:01 +02:00
2022-01-03 21:27:34 +01:00
2022-08-04 14:05:17 +02:00
2022-07-25 11:17:40 +02:00
2022-04-22 09:20:15 +02:00
2022-07-04 12:01:46 +01:00
2022-08-04 14:05:17 +02:00
2022-05-16 10:37:48 +02:00
2022-01-03 21:27:34 +01:00
2022-02-04 16:51:21 +00:00
2022-07-25 11:17:40 +02:00
2022-07-25 11:17:40 +02:00
2022-01-03 21:27:34 +01:00
2022-08-05 13:37:29 +02:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-04-08 09:50:49 -04:00
2022-07-22 11:46:48 +02:00
2022-01-03 21:27:34 +01:00
2022-04-04 19:49:50 +02:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-08-04 13:35:37 +02:00
2022-02-16 16:12:30 +08:00
2022-01-03 21:27:34 +01:00