Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Util.h251 const TextureInfo LoadTexture(const void* pImgRes, u32 size, int texLoadFlag = 0);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp208 LoadTexture(const void* pImgRes, u32 size, int texLoadFlag) in LoadTexture() argument
210 const TexResource texResource(const_cast<void*>(pImgRes), size); in LoadTexture()