Skip to main content

output_binding_layout

Function output_binding_layout 

Source
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.