Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp421 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()
427 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()