#include <Framebuffer9.h>
|
| Framebuffer9 (const gl::FramebufferState &data, Renderer9 *renderer) |
|
virtual | ~Framebuffer9 () |
|
gl::Error | discard (size_t count, const GLenum *attachments) override |
|
gl::Error | invalidate (size_t count, const GLenum *attachments) override |
|
gl::Error | invalidateSub (size_t count, const GLenum *attachments, const gl::Rectangle &area) override |
|
| FramebufferD3D (const gl::FramebufferState &data, RendererD3D *renderer) |
|
virtual | ~FramebufferD3D () |
|
gl::Error | clear (ContextImpl *impl, GLbitfield mask) override |
|
gl::Error | clearBufferfv (ContextImpl *impl, GLenum buffer, GLint drawbuffer, const GLfloat *values) override |
|
gl::Error | clearBufferuiv (ContextImpl *impl, GLenum buffer, GLint drawbuffer, const GLuint *values) override |
|
gl::Error | clearBufferiv (ContextImpl *impl, GLenum buffer, GLint drawbuffer, const GLint *values) override |
|
gl::Error | clearBufferfi (ContextImpl *impl, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) override |
|
GLenum | getImplementationColorReadFormat () const override |
|
GLenum | getImplementationColorReadType () const override |
|
gl::Error | readPixels (ContextImpl *impl, const gl::Rectangle &area, GLenum format, GLenum type, GLvoid *pixels) const override |
|
gl::Error | blit (ContextImpl *impl, const gl::Rectangle &sourceArea, const gl::Rectangle &destArea, GLbitfield mask, GLenum filter) override |
|
bool | checkStatus () const override |
|
void | syncState (const gl::Framebuffer::DirtyBits &dirtyBits) override |
|
const gl::AttachmentList & | getColorAttachmentsForRender () const |
|
| FramebufferImpl (const gl::FramebufferState &state) |
|
virtual | ~FramebufferImpl () |
|
const gl::FramebufferState & | getState () const |
|
◆ Framebuffer9()
◆ ~Framebuffer9()
rx::Framebuffer9::~Framebuffer9 |
( |
| ) |
|
|
virtual |
◆ discard()
◆ invalidate()
◆ invalidateSub()
The documentation for this class was generated from the following files: