Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_command_list.h291 struct RenderCommandPushConstant { struct
292 RenderHandle psoHandle; // this is the previously BindPipeline() pso handle
294 PushConstant pushConstant;
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Drender_backend_gles.cpp2184 void RenderBackendGLES::RenderCommandPushConstant(const RenderCommandWithType& ref) in RenderCommandPushConstant() function in RenderBackendGLES