NNSG3dFuncSbcMatTable

C Specification

#include <nnsys/g3d/sbc.h>

typedef void (*NNSG3dFuncSbc_MatInternal) (NNSG3dRS*, u32, const NNSG3dResMatData*, u32);

NNSG3dFuncSbc_MatInternal  NNS_G3dFuncSbcMatTable[NNS_G3D_SIZE_MAT_VTBL_NUM];

Description

This function table is used to allocate the processes of the SBC NNS_G3D_SBC_MAT commands to each material data format. Since there is currently 1 material data format, this is only a specification for future expansion.

See Also

SBC and Callbacks

Revision History

10/19/2004 Initial version.