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

Function nvgluBindFramebuffer

src/custom/RemoteNanoVG.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29struct NVGLUframebuffer;
30void nvgluBindFramebuffer(NVGLUframebuffer* fb) {}
31NVGLUframebuffer* nvgluCreateFramebuffer(NVGcontext* ctx, int w, int h, int imageFlags) { return nullptr; }
32void nvgluDeleteFramebuffer(NVGLUframebuffer* fb) {}
33

Callers 1

drawMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected