geyser-0.2.2 doesn't have any documentation.
This crate aims to make the use of [vulkano
] quicker and easier when working on a smaller project.
Example
#
# extern crate geyser;
use Cryo;
// Instantiate vulkano
let cryo = new;
// Create compute pipeline
let pipeline = compute_pipeline!;
// Create buffer
let buf = cryo.buffer_from_data.expect;
// Create descriptor set
let set = descriptor_set!;
// Dispatch
cryo.dispatch;
// Display the results
buf.read.expect
.iter.enumerate.for_each;