#include <fbo.h>

Public Member Functions | |
| GLenum | Attachment (void) const |
| ColorRenderTarget (void) | |
| FrameBufferSemantic::FBSType | Semantic (void) const |
| void | SetAttachment (GLenum attachment) |
| bool | ValidateAttachment (GLenum attachment) const |
| bool | ValidateFormat (GLenum format) const |
Protected Attributes | |
| GLenum | attachment |
| ColorRenderTarget::ColorRenderTarget | ( | void | ) | [inline] |
| GLenum ColorRenderTarget::Attachment | ( | void | ) | const [inline, virtual] |
Implements RenderTarget.
| FrameBufferSemantic::FBSType ColorRenderTarget::Semantic | ( | void | ) | const [inline, virtual] |
Implements FrameBufferSemantic.
| void ColorRenderTarget::SetAttachment | ( | GLenum | attachment | ) | [inline] |
| bool ColorRenderTarget::ValidateAttachment | ( | GLenum | attachment | ) | const [inline, virtual] |
Implements RenderTarget.
| bool ColorRenderTarget::ValidateFormat | ( | GLenum | format | ) | const [inline, virtual] |
Implements FrameBufferSemantic.
GLenum ColorRenderTarget::attachment [protected] |