Home
last modified time | relevance | path

Searched refs:SetDepthSortMode (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ISceneUpdater.h80 virtual void SetDepthSortMode(DepthSortMode depthSortMode) = 0;
Dgfx_SceneUpdater.h104 virtual void SetDepthSortMode(DepthSortMode depthSortMode) in SetDepthSortMode() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp436 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()
442 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()