Trait vulkano::buffer::TypedBuffer [] [src]

pub unsafe trait TypedBuffer: Buffer {
    type Content: ?Sized;
}

Extension trait for Buffer. Indicates the type of the content of the buffer.

Associated Types

The type of the content of the buffer.

Implementors