pub trait GpuBuf { }
Trait for types that can be bound as a GPU buffer in a dispatch call.
This is object-safe so that &[&dyn GpuBuf] can hold mixed buffer types.
&[&dyn GpuBuf]