[][src]Macro nannou::vk::buffer_slice_field

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

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