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