RE/RE_OGLFramebuffer.h File Reference
#include "RE_Render.h"
#include <UT/UT_PtrArray.h>
#include "RE_Texture.h"
Go to the source code of this file.
|
Classes |
| class | RE_OGLFramebuffer |
| class | RE_OGLRenderbuffer |
Enumerations |
| enum | RE_BufferAttachment { RE_COLOR_BUFFER,
RE_DEPTH_BUFFER,
RE_STENCIL_BUFFER,
RE_DEPTH_STENCIL_BUFFER
} |
| enum | RE_FBOStatus {
RE_FBO_STATUS_OK = 0,
RE_FBO_STATUS_ATTACHMENT_INCOMPLETE,
RE_FBO_STATUS_MISSING_ATTACHMENT,
RE_FBO_STATUS_FORMAT_MISMATCH,
RE_FBO_STATUS_SIZE_MISMATCH,
RE_FBO_STATUS_UNSUPPORTED,
RE_FBO_STATUS_MULTISAMPLE_MISMATCH,
RE_FBO_STATUS_DRAW_MISSING,
RE_FBO_STATUS_READ_MISSING,
RE_FBO_STATUS_LAYERS_MISMATCH,
RE_FBO_STATUS_LAYERS_COUNT,
RE_FBO_STATUS_UNKNOWN_ERROR
} |
Enumeration Type Documentation
- Enumerator:
-
| RE_COLOR_BUFFER |
|
| RE_DEPTH_BUFFER |
|
| RE_STENCIL_BUFFER |
|
| RE_DEPTH_STENCIL_BUFFER |
|
Definition at line 48 of file RE_OGLFramebuffer.h.
- Enumerator:
-
| RE_FBO_STATUS_OK |
|
| RE_FBO_STATUS_ATTACHMENT_INCOMPLETE |
|
| RE_FBO_STATUS_MISSING_ATTACHMENT |
|
| RE_FBO_STATUS_FORMAT_MISMATCH |
|
| RE_FBO_STATUS_SIZE_MISMATCH |
|
| RE_FBO_STATUS_UNSUPPORTED |
|
| RE_FBO_STATUS_MULTISAMPLE_MISMATCH |
|
| RE_FBO_STATUS_DRAW_MISSING |
|
| RE_FBO_STATUS_READ_MISSING |
|
| RE_FBO_STATUS_LAYERS_MISMATCH |
|
| RE_FBO_STATUS_LAYERS_COUNT |
|
| RE_FBO_STATUS_UNKNOWN_ERROR |
|
Definition at line 59 of file RE_OGLFramebuffer.h.