projects
/
libs
/
gl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb162b9
)
Add missing includes
author
Mikko Rasa
<tdb@tdb.fi>
Wed, 25 Apr 2018 11:55:11 +0000
(14:55 +0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Wed, 25 Apr 2018 11:55:11 +0000
(14:55 +0300)
source/framebuffer.h
patch
|
blob
|
history
diff --git
a/source/framebuffer.h
b/source/framebuffer.h
index 92cb285bd842ae7a5f669fd28f47ecac88328820..f977ad7eb11fdc109740c7a19077ca1e3e7d7ec9 100644
(file)
--- a/
source/framebuffer.h
+++ b/
source/framebuffer.h
@@
-5,6
+5,8
@@
#include "bindable.h"
#include "gl.h"
#include "texturecube.h"
+#include <msp/gl/extensions/arb_geometry_shader4.h>
+#include <msp/gl/extensions/ext_framebuffer_multisample.h>
#include <msp/gl/extensions/ext_framebuffer_object.h>
#include <msp/gl/extensions/nv_fbo_color_attachments.h>