Home
last modified time | relevance | path

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

/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dformat.h4671 TextureInfo *newObjectTextures = new TextureInfo[objectTexturesCount + count]; in appendObjectTex() local
4672 …memcpy(newObjectTextures, objectTextures, sizeof(TextureInfo) * objectText… in appendObjectTex()
4673 … memcpy(newObjectTextures + objectTexturesCount, objTex, sizeof(TextureInfo) * count); in appendObjectTex()
4675 objectTextures = newObjectTextures; in appendObjectTex()