Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp717 void* textureDataMemory = allocator->Alloc(sizeof(ResShadowTextureData)); in Create()
719 ResShadowTextureData* textureData = new(textureDataMemory) ResShadowTextureData(); in Create()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTexture.h108 struct ResShadowTextureData : public ResPixelBasedTextureData struct