Home
last modified time | relevance | path

Searched refs:RESOURCE_RESULT_NOT_FOUND_LUT (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Common.h139 RESOURCE_RESULT_NOT_FOUND_LUT = 1 << 2, //!< 参照テーブルの参照解決が失敗したことを表します。 enumerator
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResUtil.cpp42 result |= RESOURCE_RESULT_NOT_FOUND_LUT; in SetupReferenceLut()
/NW4C-1.3.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp283 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in InitializeScenes()
/NW4C-1.3.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp295 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()
/NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp316 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()