Function wgpu_core::command::bundle::set_push_constant
source ยท fn set_push_constant(
state: &mut State,
stages: ShaderStages,
offset: u32,
size_bytes: u32,
values_offset: Option<u32>,
) -> Result<(), RenderBundleErrorInner>