Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp35 typedef void (*SetupFunc)(nw::os::IAllocator* allocator, ResShape resShape);
36 typedef void (*CleanupFunc)(ResShape resShape);
38 static void ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
39 static void ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
40 static void ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
42 static void ResShape_Cleanup(ResShape resShape);
43 static void ResSeparateDataShape_Cleanup(ResShape resShape);
44 static void ResParticleShape_Cleanup(ResShape resShape);
172 ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResShape_Setup() argument
174 s32 primSetNum = resShape.GetPrimitiveSetsCount(); in ResShape_Setup()
[all …]