diff options
author | chai <chaifix@163.com> | 2019-12-15 13:29:05 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-15 13:29:05 +0800 |
commit | a0b8ef3d482c965901f094879a79dd9c5fd8245c (patch) | |
tree | 1a28d49dc7a6bf0a279f10569cd7e40f3aaaedaa /src/core/framebuffer.c | |
parent | 749bbc6a54e50c297ab49d9e515a3679651d1461 (diff) |
*misc
Diffstat (limited to 'src/core/framebuffer.c')
-rw-r--r-- | src/core/framebuffer.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/framebuffer.c b/src/core/framebuffer.c index e69de29..7fa0865 100644 --- a/src/core/framebuffer.c +++ b/src/core/framebuffer.c @@ -0,0 +1,5 @@ +#include "framebuffer.h" + +FrameBuffer* fbo_create(uint height, uint width) { + +} |