OpenGL2: Some FBO related cleanup/fixes.
This commit is contained in:
parent
28ff383061
commit
558da25277
4 changed files with 80 additions and 123 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue