![]() |
Skylicht Engine
|
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, E_BLEND_OPERATION blendOp=EBO_NONE) | |
| 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, E_BLEND_OPERATION blendOp=EBO_NONE) | |
| bool | operator!= (const IRenderTarget &other) const |
Public Attributes | |
| ITexture * | RenderTexture |
| E_RENDER_TARGET | TargetType:8 |
| E_COLOR_PLANE | ColorMask:8 |
| E_BLEND_FACTOR | BlendFuncSrc:4 |
| E_BLEND_FACTOR | BlendFuncDst:4 |
| E_BLEND_OPERATION | BlendOp:4 |