#include <fbo.h>

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