Function setDepthStencilState
Synopsis
#include <Source/Falcor/Core/API/GraphicsStateObject.h>
Desc & setDepthStencilState(DepthStencilState::SharedPtr pDepthStencilState)
Description
No description yet.
Source
Lines 69-69 in Source/Falcor/Core/API/GraphicsStateObject.h.
Desc& setDepthStencilState(DepthStencilState::SharedPtr pDepthStencilState) { mpDepthStencilState = pDepthStencilState; return *this; }