Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h667 struct ClearDepthStencilValue { struct
679 …constexpr explicit ClearValue(const ClearDepthStencilValue& depthStencil) : depthStencil { depthSt… in ClearValue() argument
688 ClearDepthStencilValue depthStencil;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h538 RENDER_NS::ClearDepthStencilValue clearDepthStencil { 1.0f, 0u };
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadow_render_slot.cpp574 ClearValue { ClearDepthStencilValue { 1.0f, 0u } }, in CreateRenderPass()