pub fn create_storage_buffer<T: Pod>( device: &Device, data: &[T], label: Option<&str>, ) -> Buffer
Creates a storage buffer from data.