1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00
Files
godot/doc/classes
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-03 19:59:11 +02:00
2022-06-16 16:43:41 +03:00
2022-06-16 16:43:41 +03:00
2022-07-23 07:31:17 +02:00
2022-07-01 03:55:28 +09:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-06-08 12:57:54 +02:00
2022-07-06 22:11:43 +05:30
2022-04-28 00:22:43 -07:00
2022-05-17 18:08:36 +02:00
2022-04-27 01:02:11 +02:00
2022-07-26 20:42:38 +02:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-07-29 16:26:13 +02:00
2022-04-28 00:22:43 -07:00
2022-05-10 19:34:48 +08:00
2022-07-29 12:09:03 +02:00
2022-06-08 12:57:54 +02:00
2022-08-05 13:37:29 +02:00
2022-08-03 19:59:11 +02:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-06-23 12:50:28 +02:00
2022-06-10 14:37:39 +02:00
2022-05-05 16:00:37 +02:00
2022-04-28 21:19:01 +08:00
2022-04-28 00:22:43 -07:00
2022-07-29 12:09:03 +02:00
2022-07-29 12:09:03 +02:00
2022-04-28 00:22:43 -07:00
2022-08-02 11:53:28 -05:00