Function getDstRgbFunc
Synopsis
#include <Source/Falcor/Core/API/BlendState.h>
BlendFunc getDstRgbFunc(uint32_t rtIndex) const
Description
Get the render-target RGB blend func
Source
Lines 172-172 in Source/Falcor/Core/API/BlendState.h.
BlendFunc getDstRgbFunc(uint32_t rtIndex) const { return mDesc.mRtDesc[rtIndex].dstRgbFunc; }