Home
last modified time | relevance | path

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

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