Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h123 struct PipelineLayoutCreateInfo { in RENDER_BEGIN_NAMESPACE() struct
230 …virtual RenderHandleReference CreatePipelineLayout(const PipelineLayoutCreateInfo& createInfo) = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h149 RenderHandleReference CreatePipelineLayout(const PipelineLayoutCreateInfo& createInfo) override;
H A Dshader_manager.cpp1473 RenderHandleReference ShaderManager::CreatePipelineLayout(const PipelineLayoutCreateInfo& createInf… in CreatePipelineLayout()