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