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

Function nvgluDeleteFramebuffer

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

Source from the content-addressed store, hash-verified

30void nvgluBindFramebuffer(NVGLUframebuffer* fb) {}
31NVGLUframebuffer* nvgluCreateFramebuffer(NVGcontext* ctx, int w, int h, int imageFlags) { return nullptr; }
32void nvgluDeleteFramebuffer(NVGLUframebuffer* fb) {}
33
34#if defined(__GNUC__) && (__GNUC__ >= 6)
35# pragma GCC diagnostic push

Callers 1

deleteFramebufferMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected