#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 |
Definition at line 702 of file fbo.h.
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.