In raylib.h, the comment after the definition of BLEND_CUSTOM says “Belnd textures using custom src/dst factors (use SetBlendModeCustom())”.
However, I could not find the definition of the function SetBlendModeCustom().
Where is SetBlendModeCustom() defined?
I am using raylib 3.5.0 installed with vcpkg.