Trait vulkano::buffer::TypedBufferAccess [] [src]

pub unsafe trait TypedBufferAccess: BufferAccess {
    type Content: ?Sized;
}

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

Associated Types

The type of the content.

Implementors