mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
f999f52f0a
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); ``` |
||
---|---|---|
.. | ||
rendering_device_vulkan.cpp | ||
rendering_device_vulkan.h | ||
SCsub | ||
vulkan_context.cpp | ||
vulkan_context.h | ||
vulkan_hooks.h |