Searched refs:ClearDepthStencilValue (Results 1 – 3 of 3) sorted by relevance
667 struct ClearDepthStencilValue { struct679 …constexpr explicit ClearValue(const ClearDepthStencilValue& depthStencil) : depthStencil { depthSt… in ClearValue() argument688 ClearDepthStencilValue depthStencil;
538 RENDER_NS::ClearDepthStencilValue clearDepthStencil { 1.0f, 0u };
574 ClearValue { ClearDepthStencilValue { 1.0f, 0u } }, in CreateRenderPass()