libOGC  1.0
Defines
Blending type

Defines

#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

Define Documentation

#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

 All Data Structures Files Functions Variables Typedefs Defines