Skip to contents

End blending mode (reset to default: alpha blending).

Usage

end_blend_mode()

Note

This function has been auto-generated from the following Raylib function definition:

void EndBlendMode(void);

Examples

if (FALSE) {
end_blend_mode()
}