Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp730 void* textureDataMemory = allocator->Alloc(sizeof(ResCubeTextureData)); in Create()
732 ResCubeTextureData* textureData = new(textureDataMemory) ResCubeTextureData(); in Create()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h89 struct ResCubeTextureData : public ResPixelBasedTextureData struct