Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp279 void* mapperMemory = allocator->Alloc(sizeof(ResProceduralTextureMapperData)); in ResProceduralTextureMapper_CloneDynamic()
285 ResProceduralTextureMapperData* textureMapper = in ResProceduralTextureMapper_CloneDynamic()
286 new(mapperMemory) ResProceduralTextureMapperData(resProceduralTextureMapper.ref()); in ResProceduralTextureMapper_CloneDynamic()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h69 struct ResProceduralTextureMapperData : public ResTextureMapperData struct