Function getRgbBlendOp
Synopsis
#include <Source/Falcor/Core/API/BlendState.h>
BlendOp getRgbBlendOp(uint32_t rtIndex) const
Description
Get the RGB blend operation
Source
Lines 156-156 in Source/Falcor/Core/API/BlendState.h.
BlendOp getRgbBlendOp(uint32_t rtIndex) const { return mDesc.mRtDesc[rtIndex].rgbBlendOp; }