Macro vulkano::buffer_slice_field[][src]

macro_rules! buffer_slice_field {
    ($slice : expr, $field : ident) => { ... };
}
Expand description

Takes a BufferSlice that points to a struct, and returns a BufferSlice that points to a specific field of that struct.