virtual void PushBlendMode(BlendPrimitive* prim);
PushBlendMode passes a blend mode to the renderer that will be used for rendering. Default mode is Normal.
Parameters |
Description |
BlendPrimitive* prim |
The BlendPrimitive that describes the blending operation (BlendMode and area). |