Home
last modified time | relevance | path

Searched refs:resShape (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShape.cpp35 typedef void (*BindFunc)(ResShape resShape);
37 static void ResShape_Setup(ResShape resShape);
38 static void ResSeparateDataShape_Setup(ResShape resShape);
39 static void ResParticleShape_Setup(ResShape resShape);
41 static void ResShape_Cleanup(ResShape resShape);
42 static void ResSeparateDataShape_Cleanup(ResShape resShape);
43 static void ResParticleShape_Cleanup(ResShape resShape);
171 ResShape_Setup(ResShape resShape) in ResShape_Setup() argument
173 s32 primSetNum = resShape.GetPrimitiveSetsCount(); in ResShape_Setup()
177 resShape.GetPrimitiveSets( i ).Setup(); in ResShape_Setup()
[all …]