MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / drawFramebuffer

Method drawFramebuffer

plugins/Cardinal/src/glBars.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void drawFramebuffer() override
89 {
90 DISTRHO_SAFE_ASSERT_RETURN(glBars != nullptr,);
91
92 drawFramebuffer(glBars->state, getFramebufferSize());
93 }
94
95 void drawFramebufferForBrowserPreview() override
96 {

Callers

nothing calls this directly

Calls 6

glMatrixModeFunction · 0.50
glLoadIdentityFunction · 0.50
glViewportFunction · 0.50
glClearColorFunction · 0.50
glClearFunction · 0.50
RenderMethod · 0.45

Tested by

no test coverage detected