|
CSCI441 OpenGL Library 5.25.0.0
CS@Mines CSCI441 Computer Graphics Course Library
|
Helper functions to work with OpenGL Framebuffer. More...
#include "constants.h"#include <glad/gl.h>#include <cstdio>Go to the source code of this file.
Namespaces | |
| namespace | CSCI441 |
| CSCI441 Helper Functions for OpenGL. | |
| namespace | FramebufferUtils |
| OpenGL Framebuffer Utility functions. | |
Functions | |
| void | CSCI441::FramebufferUtils::printFramebufferInfo (GLenum target, GLuint fbo) |
| Prints the framebuffer information for the FBO attached to the corresponding target. | |
| void | CSCI441::FramebufferUtils::printFramebufferStatusMessage (GLenum target, GLuint fbo) |
| Prints the framebuffer status for the FBO attached to the corresponding target. | |
| void | CSCI441::FramebufferUtils::printFramebufferStatusMessage (GLenum target) |
| Prints the framebuffer status for the FBO currently attached to the corresponding target. | |
Helper functions to work with OpenGL Framebuffer.
These functions, classes, and constants help minimize common code that needs to be written.
|
inline |
Prints the framebuffer information for the FBO attached to the corresponding target.
| target | framebuffer target to bind named framebuffer to |
| fbo | name of a framebuffer object |
|
inline |
Prints the framebuffer status for the FBO currently attached to the corresponding target.
| target | framebuffer target to check status of bound framebuffer |
|
inline |
Prints the framebuffer status for the FBO attached to the corresponding target.
| target | framebuffer target to bind named framebuffer to |
| fbo | name of a framebuffer object |