pub fn raw_buffer_store<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    location: Location<'c>
) -> RawBufferStoreOperation<'c>
Expand description

Creates a raw_buffer_store operation.