Use a Render Pass Archetype cache to look up an archetype of compatible render passes. More...
#include <kanzi/core.ui/graphics/render_pass_archetype_cache.hpp>
Public Member Functions | |
| RenderPassArchetypeSharedPtr | find (const gfx::AttachmentDescriptionSet &fbads) |
| Finds a Render Pass Archetype that is compatible with a given framebuffer description. | |
| void | invalidate () |
| Invalidates the cache. | |
Use a Render Pass Archetype cache to look up an archetype of compatible render passes.
| RenderPassArchetypeSharedPtr kanzi::RenderPassArchetypeCache::find | ( | const gfx::AttachmentDescriptionSet & | fbads | ) |
Finds a Render Pass Archetype that is compatible with a given framebuffer description.
| fbads | Set of framebuffer attachment descriptions. |
| void kanzi::RenderPassArchetypeCache::invalidate | ( | ) |
Invalidates the cache.