Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp37 typedef void (*SetupFunc)(nw::os::IAllocator* allocator, ResShape resShape);
38 typedef void (*CleanupFunc)(ResShape resShape);
40 static void ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
41 static void ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
42 static void ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape);
44 static void ResShape_Cleanup(ResShape resShape);
45 static void ResSeparateDataShape_Cleanup(ResShape resShape);
46 static void ResParticleShape_Cleanup(ResShape resShape);
173 ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape) in ResShape_Setup() argument
175 s32 primSetNum = resShape.GetPrimitiveSetsCount(); in ResShape_Setup()
[all …]