Expose host-sharable size and alignments from spec #6696
Open
Description
When writing a uniform buffer to upload to the GPU, it would be nice if alignment and size information for host sharable types from the spec was available from wgpu
, instead of having to copy constants from the spec.