Go to the source code of this file.
Classes | |
| struct | FFLCharModel |
Macros | |
| #define | FFL_CHAR_MODEL_SIZE (0x7DC) |
Typedefs | |
| typedef struct FFLCharModel | FFLCharModel |
| typedef struct FFLCharModelDesc | FFLCharModelDesc |
| typedef struct FFLCharModelSource | FFLCharModelSource |
| typedef struct FFLCharModelBuffer | FFLCharModelBuffer |
| typedef struct FFLDrawParam | FFLDrawParam |
| typedef struct FFLPartsTransform | FFLPartsTransform |
| typedef struct FFLShaderCallback | FFLShaderCallback |
| #define FFL_CHAR_MODEL_SIZE (0x7DC) |
| typedef struct FFLCharModel FFLCharModel |
| typedef struct FFLCharModelDesc FFLCharModelDesc |
| typedef struct FFLCharModelSource FFLCharModelSource |
| typedef struct FFLCharModelBuffer FFLCharModelBuffer |
| typedef struct FFLDrawParam FFLDrawParam |
| typedef struct FFLPartsTransform FFLPartsTransform |
| typedef struct FFLShaderCallback FFLShaderCallback |
| NN_STATIC_ASSERT | ( | sizeof(FFLCharModel) | = =FFL_CHAR_MODEL_SIZE | ) |
| u32 FFLGetBufferSizeCharModel | ( | const FFLCharModelDesc * | pDesc | ) |
| u32 FFLGetTempBufferSizeCharModel | ( | const FFLCharModelDesc * | pDesc | ) |
| FFLResult FFLInitCharModelCPUStep | ( | FFLCharModel * | pModel, |
| const FFLCharModelSource * | pSource, | ||
| const FFLCharModelDesc * | pDesc, | ||
| FFLCharModelBuffer * | pBuffer ) |
| void FFLInitCharModelGPUStep | ( | FFLCharModel * | pModel | ) |
| void FFLInitCharModelGPUStepWithCallback | ( | FFLCharModel * | pModel, |
| const FFLShaderCallback * | pCallback ) |
| void FFLDeleteCharModel | ( | FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaFaceline | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaBeard | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaNose | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaForehead | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaHair | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamOpaCap | ( | const FFLCharModel * | pModel | ) |
| void FFLDrawOpa | ( | const FFLCharModel * | pModel | ) |
| void FFLDrawOpaWithCallback | ( | const FFLCharModel * | pModel, |
| const FFLShaderCallback * | pCallback ) |
| const FFLDrawParam * FFLGetDrawParamXluMask | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamXluNoseLine | ( | const FFLCharModel * | pModel | ) |
| const FFLDrawParam * FFLGetDrawParamXluGlass | ( | const FFLCharModel * | pModel | ) |
| void FFLDrawXlu | ( | const FFLCharModel * | pModel | ) |
| void FFLDrawXluWithCallback | ( | const FFLCharModel * | pModel, |
| const FFLShaderCallback * | pCallback ) |
| void FFLSetExpression | ( | FFLCharModel * | pModel, |
| FFLExpression | expression ) |
| FFLExpression FFLGetExpression | ( | const FFLCharModel * | pModel | ) |
| void FFLGetPartsTransform | ( | FFLPartsTransform * | pTransform, |
| const FFLCharModel * | pModel ) |
| void FFLSetViewModelType | ( | FFLCharModel * | pModel, |
| FFLModelType | type ) |