static bool IsTargetAllocationNeededForBlendMode(BlendMode mode);
IsTargetAllocationNeededForBlendMode returns whether the allocation of a render target is needed when the given blend mode is pushed on the blend stack.
Parameters |
Description |
BlendMode mode |
The given blend mode. |
True if allocation is required and false otherwise.