Home
last modified time | relevance | path

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

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