Home
last modified time | relevance | path

Searched defs:RenderCommandPushConstant (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h277 struct RenderCommandPushConstant { struct
278 RenderHandle psoHandle; // this is the previously BindPipeline() pso handle
280 PushConstant pushConstant;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2217 void RenderBackendGLES::RenderCommandPushConstant(const RenderCommandWithType& ref) in RenderCommandPushConstant() function in RenderBackendGLES