1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/core/templates
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-01-03 21:27:34 +01:00
2022-07-04 12:01:46 +01:00
2022-05-16 10:37:48 +02:00
2022-02-04 16:51:21 +00:00
2022-08-05 13:37:29 +02:00
2022-01-03 21:27:34 +01:00
2022-07-22 11:46:48 +02:00
2022-01-03 21:27:34 +01:00