[][src]Function wgpu_core::command::render_ffi::wgpu_render_pass_set_push_constants

#[no_mangle]pub unsafe extern "C" fn wgpu_render_pass_set_push_constants(
    pass: &mut RenderPass,
    stages: ShaderStage,
    offset: u32,
    size_bytes: u32,
    data: *const u32
)