Struct CmdDrawGroupDependentUniforms
e2rcore::implement::render::render_commands
pub struct CmdDrawGroupDependentUniforms(pub ComponentDrawGroupDependentUniforms);
impl CmdDrawGroupDependentUniforms
fn init(group_id: usize, uniform_ids: &[u64]) -> CmdDrawGroupDependentUniforms
impl IObjImpl for CmdDrawGroupDependentUniforms
fn as_any(&self) -> &Any
fn update_components( &mut self, components: &mut Vec<Box<IComponent>>) -> Result<(), &'static str>