summaryrefslogtreecommitdiff
path: root/src/core/framebuffer.c
blob: 7fa0865642e3a70c147ec1f753227dbf82b2adfd (plain)
1
2
3
4
5
#include "framebuffer.h"

FrameBuffer* fbo_create(uint height, uint width) {

}