libogc  v2.5.0
Macros
Blending type

Macros

#define GX_BM_BLEND   1
 
#define GX_BM_LOGIC   2
 
#define GX_BM_NONE   0
 
#define GX_BM_SUBTRACT   3
 
#define GX_MAX_BLENDMODE   4
 

Detailed Description

Macro Definition Documentation

◆ GX_BM_BLEND

#define GX_BM_BLEND   1

Blend using blending equation

◆ GX_BM_LOGIC

#define GX_BM_LOGIC   2

Blend using bitwise operation

◆ GX_BM_NONE

#define GX_BM_NONE   0

Write input directly to EFB

◆ GX_BM_SUBTRACT

#define GX_BM_SUBTRACT   3

Input subtracts from existing pixel