summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_fbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderergl2/tr_fbo.h')
-rw-r--r--src/renderergl2/tr_fbo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderergl2/tr_fbo.h b/src/renderergl2/tr_fbo.h
index 530fee5c..72b2c911 100644
--- a/src/renderergl2/tr_fbo.h
+++ b/src/renderergl2/tr_fbo.h
@@ -52,6 +52,7 @@ typedef struct FBO_s
int height;
} FBO_t;
+void FBO_AttachImage(FBO_t *fbo, image_t *image, GLenum attachment, GLuint cubemapside);
void FBO_Bind(FBO_t *fbo);
void FBO_Init(void);
void FBO_Shutdown(void);