#include <FramebufferD3D.h>
|
| | 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 () |
| |
| virtual gl::Error | discard (size_t count, const GLenum *attachments)=0 |
| |
| virtual gl::Error | invalidate (size_t count, const GLenum *attachments)=0 |
| |
| virtual gl::Error | invalidateSub (size_t count, const GLenum *attachments, const gl::Rectangle &area)=0 |
| |
| const gl::FramebufferState & | getState () const |
| |
◆ FramebufferD3D()
◆ ~FramebufferD3D()
| rx::FramebufferD3D::~FramebufferD3D |
( |
| ) |
|
|
virtual |
◆ blit()
◆ checkStatus()
| bool rx::FramebufferD3D::checkStatus |
( |
| ) |
const |
|
overridevirtual |
◆ clear()
◆ clearBufferfi()
◆ clearBufferfv()
◆ clearBufferiv()
◆ clearBufferuiv()
◆ getColorAttachmentsForRender()
◆ getImplementationColorReadFormat()
| GLenum rx::FramebufferD3D::getImplementationColorReadFormat |
( |
| ) |
const |
|
overridevirtual |
◆ getImplementationColorReadType()
| GLenum rx::FramebufferD3D::getImplementationColorReadType |
( |
| ) |
const |
|
overridevirtual |
◆ readPixels()
◆ syncState()
The documentation for this class was generated from the following files: