Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp853 void* textureDataMemory = allocator->Alloc(sizeof(ResShadowTextureData)); in Create()
855 ResShadowTextureData* textureData = new(textureDataMemory) ResShadowTextureData(); in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h110 struct ResShadowTextureData : public ResPixelBasedTextureData struct