Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp644 unsigned depthClearFlags = 0; in Clear() local
646 depthClearFlags |= D3D11_CLEAR_DEPTH; in Clear()
648 depthClearFlags |= D3D11_CLEAR_STENCIL; in Clear()
649 …impl_->deviceContext_->ClearDepthStencilView(impl_->depthStencilView_, depthClearFlags, depth, (UI… in Clear()