Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp281 void* mapperMemory = allocator->Alloc(sizeof(ResProceduralTextureMapperData)); in ResProceduralTextureMapper_CloneDynamic()
287 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic()
288 new(mapperMemory) ResProceduralTextureMapperData(resProceduralTextureMapper.ref()); in ResProceduralTextureMapper_CloneDynamic()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h71 struct ResProceduralTextureMapperData : public ResTextureMapperData struct