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-04 23:17:06 +02:00
2022-07-25 11:17:40 +02:00
2022-08-05 13:37:29 +02:00
2022-08-04 23:17:06 +02:00
2022-08-02 21:00:01 +02:00
2022-07-25 11:17:40 +02:00
2022-07-12 22:30:08 +10:00
2022-07-25 11:17:40 +02:00
2022-07-28 11:50:34 +10:00
2022-07-25 11:17:40 +02:00
2022-08-04 23:17:06 +02:00
2022-08-04 23:17:06 +02:00
2022-08-04 23:17:06 +02:00
2022-08-04 23:17:06 +02:00
2022-01-03 21:27:34 +01:00
2022-07-25 15:39:50 +02:00
2022-07-29 12:24:32 +10:00
2022-07-29 08:05:40 +02:00
2022-01-03 21:27:34 +01:00
2022-08-04 23:17:06 +02:00
2022-07-28 17:51:13 +02:00
2022-07-28 17:51:13 +02:00
2022-05-16 10:37:48 +02:00
2022-05-16 10:37:48 +02:00
2022-08-05 13:37:29 +02:00
2022-08-05 13:37:29 +02:00
2022-07-29 16:26:13 +02:00
2022-08-04 23:17:06 +02:00
2022-06-28 00:10:29 +10:00
2022-06-28 00:10:29 +10:00
2022-06-28 00:10:29 +10:00
2022-07-28 18:46:59 +02:00
2022-05-31 11:51:47 +03:00
2022-08-03 08:05:19 +03:00
2022-08-01 23:38:06 +02:00
2022-07-23 09:38:59 +03:00
2022-07-23 09:38:59 +03:00
2022-08-02 17:30:41 +02:00
2022-07-25 11:17:40 +02:00
2022-05-16 10:37:48 +02:00
2022-07-25 11:17:40 +02:00