Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IVideoDriver.h>
Public Member Functions | |
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) | |
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) | |
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.
irr::video::IRenderTarget::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 | |||
) | [inline] |
Definition at line 204 of file IVideoDriver.h.
irr::video::IRenderTarget::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 | |||
) | [inline] |
Definition at line 213 of file IVideoDriver.h.
Definition at line 227 of file IVideoDriver.h.
Definition at line 226 of file IVideoDriver.h.
Definition at line 225 of file IVideoDriver.h.
Definition at line 224 of file IVideoDriver.h.
Definition at line 222 of file IVideoDriver.h.
Definition at line 223 of file IVideoDriver.h.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:09 2010 by Doxygen
(1.6.2) |