Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IVideoDriver.h>
Public Member Functions | |
IRenderTarget (ITexture *texture, E_COLOR_PLANE colorMask=ECP_ALL, E_BLEND_FACTOR blendFuncSrc=EBF_ONE, E_BLEND_FACTOR blendFuncDst=EBF_ONE_MINUS_SRC_ALPHA, bool blendEnable=false) | |
IRenderTarget (E_RENDER_TARGET target, E_COLOR_PLANE colorMask=ECP_ALL, E_BLEND_FACTOR blendFuncSrc=EBF_ONE, E_BLEND_FACTOR blendFuncDst=EBF_ONE_MINUS_SRC_ALPHA, bool blendEnable=false) |
Public Attributes | |
bool | BlendEnable |
E_BLEND_FACTOR | BlendFuncDst:4 |
E_BLEND_FACTOR | BlendFuncSrc:4 |
E_COLOR_PLANE | ColorMask:8 |
ITexture * | RenderTexture |
E_RENDER_TARGET | TargetType:8 |
Definition at line 202 of file IVideoDriver.h.
|
inline |
Definition at line 204 of file IVideoDriver.h.
|
inline |
Definition at line 213 of file IVideoDriver.h.
bool irr::video::IRenderTarget::BlendEnable |
Definition at line 227 of file IVideoDriver.h.
E_BLEND_FACTOR irr::video::IRenderTarget::BlendFuncDst |
Definition at line 226 of file IVideoDriver.h.
E_BLEND_FACTOR irr::video::IRenderTarget::BlendFuncSrc |
Definition at line 225 of file IVideoDriver.h.
E_COLOR_PLANE irr::video::IRenderTarget::ColorMask |
Definition at line 224 of file IVideoDriver.h.
ITexture* irr::video::IRenderTarget::RenderTexture |
Definition at line 222 of file IVideoDriver.h.
E_RENDER_TARGET irr::video::IRenderTarget::TargetType |
Definition at line 223 of file IVideoDriver.h.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Tue Jun 5 2012 17:59:21 by Doxygen
(1.8.1) |