RetroArch
|
Macros | |
#define | GX_BM_NONE 0 |
#define | GX_BM_BLEND 1 |
#define | GX_BM_LOGIC 2 |
#define | GX_BM_SUBTRACT 3 |
#define | GX_MAX_BLENDMODE 4 |
#define GX_BM_BLEND 1 |
Blend using blending equation
#define GX_BM_LOGIC 2 |
Blend using bitwise operation
#define GX_BM_NONE 0 |
Write input directly to EFB
#define GX_BM_SUBTRACT 3 |
Input subtracts from existing pixel
#define GX_MAX_BLENDMODE 4 |