Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Material.cpp200 bufferSize += sizeof(ResFragmentLightingTableData); in GetMemorySizeInternal()
610 void* tableMemory = allocator->Alloc(sizeof(ResFragmentLightingTableData)); in CopyResFragmentLightingTable()
617 ResFragmentLightingTableData* fragmentLightingTable = in CopyResFragmentLightingTable()
618 new(tableMemory) ResFragmentLightingTableData(resFragmentLightingTable.ref()); in CopyResFragmentLightingTable()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResFragmentShader.h72 struct ResFragmentLightingTableData struct
487 class ResFragmentLightingTable : public nw::ut::ResCommon< ResFragmentLightingTableData >