KWin
|
#include <rendertarget.h>
Public Member Functions | |
RenderTarget (GLFramebuffer *fbo, const ColorDescription &colorDescription=ColorDescription::sRGB) | |
RenderTarget (QImage *image, const ColorDescription &colorDescription=ColorDescription::sRGB) | |
QSize | size () const |
OutputTransform | transform () const |
const ColorDescription & | colorDescription () const |
QImage * | image () const |
GLFramebuffer * | framebuffer () const |
GLTexture * | texture () const |
Definition at line 20 of file rendertarget.h.
|
explicit |
Definition at line 13 of file rendertarget.cpp.
|
explicit |
Definition at line 20 of file rendertarget.cpp.
const ColorDescription & KWin::RenderTarget::colorDescription | ( | ) | const |
Definition at line 57 of file rendertarget.cpp.
GLFramebuffer * KWin::RenderTarget::framebuffer | ( | ) | const |
Definition at line 42 of file rendertarget.cpp.
QImage * KWin::RenderTarget::image | ( | ) | const |
Definition at line 52 of file rendertarget.cpp.
QSize KWin::RenderTarget::size | ( | ) | const |
Definition at line 26 of file rendertarget.cpp.
GLTexture * KWin::RenderTarget::texture | ( | ) | const |
Definition at line 47 of file rendertarget.cpp.
OutputTransform KWin::RenderTarget::transform | ( | ) | const |
Definition at line 37 of file rendertarget.cpp.