wgpu_core::command::bundle_ffi

Function wgpu_render_bundle_set_push_constants

Source
#[no_mangle]
pub unsafe extern "C" fn wgpu_render_bundle_set_push_constants(
    pass: &mut RenderBundleEncoder,
    stages: ShaderStages,
    offset: u32,
    size_bytes: u32,
    data: *const u8,
)
Expand description

ยงSafety

This function is unsafe as there is no guarantee that the given pointer is valid for data elements.