MCPcopy Create free account
hub / github.com/comaps/comaps / SetFramebufferFallback

Method SetFramebufferFallback

libs/drape/framebuffer.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void Framebuffer::SetFramebufferFallback(FramebufferFallback && fallback)
105{
106 m_framebufferFallback = std::move(fallback);
107}
108
109void Framebuffer::SetSize(ref_ptr<dp::GraphicsContext> context, uint32_t width, uint32_t height)
110{

Callers 1

OnContextCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected