pub fn output_binding_layout(
output: &BufferDecl,
) -> Result<OutputBindingLayout, BackendError>Expand description
Per-output binding layout for a single declared output buffer.
ยงErrors
Returns when counts, element size, or declared byte range are inconsistent.