Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ISceneUpdater.h78 virtual void SetDepthSortMode(DepthSortMode depthSortMode) = 0;
Dgfx_SceneUpdater.h102 virtual void SetDepthSortMode(DepthSortMode depthSortMode) in SetDepthSortMode() function
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp428 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()
434 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()