NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::lyt::BlendMode Struct Reference

Description

Definition at line 190 of file lyt_types.h.

Public Member Functions

void Set (GXBlendMode _type, GXBlendFactor src, GXBlendFactor dst, GXLogicOp _op)
 
GXBlendMode GetType () const
 
GXBlendFactor GetSrcFactor () const
 
GXBlendFactor GetDstFactor () const
 
GXLogicOp GetOp () const
 

Public Attributes

u8 type
 
u8 srcFactor
 
u8 dstFactor
 
u8 op
 

Constructor & Destructor Documentation

◆ BlendMode()

nw4r::lyt::BlendMode::BlendMode ( )
inline

Definition at line 196 of file lyt_types.h.

Member Function Documentation

◆ Set()

void nw4r::lyt::BlendMode::Set ( GXBlendMode _type,
GXBlendFactor src,
GXBlendFactor dst,
GXLogicOp _op )
inline

Definition at line 200 of file lyt_types.h.

◆ GetType()

GXBlendMode nw4r::lyt::BlendMode::GetType ( ) const
inline

Definition at line 209 of file lyt_types.h.

◆ GetSrcFactor()

GXBlendFactor nw4r::lyt::BlendMode::GetSrcFactor ( ) const
inline

Definition at line 213 of file lyt_types.h.

◆ GetDstFactor()

GXBlendFactor nw4r::lyt::BlendMode::GetDstFactor ( ) const
inline

Definition at line 216 of file lyt_types.h.

◆ GetOp()

GXLogicOp nw4r::lyt::BlendMode::GetOp ( ) const
inline

Definition at line 220 of file lyt_types.h.

Member Data Documentation

◆ type

u8 nw4r::lyt::BlendMode::type

Definition at line 191 of file lyt_types.h.

◆ srcFactor

u8 nw4r::lyt::BlendMode::srcFactor

Definition at line 192 of file lyt_types.h.

◆ dstFactor

u8 nw4r::lyt::BlendMode::dstFactor

Definition at line 193 of file lyt_types.h.

◆ op

u8 nw4r::lyt::BlendMode::op

Definition at line 194 of file lyt_types.h.