DML_BUFFER_ARRAY_BINDING structure (directml.h)

Specifies a resource binding that is an array of individual buffer bindings.

Syntax

struct DML_BUFFER_ARRAY_BINDING {
  UINT                     BindingCount;
  const DML_BUFFER_BINDING *Bindings;
};

Members

BindingCount

Type: UINT

The number of individual buffer ranges to bind to this slot. This field determines the size of the Bindings array.

Bindings

Type: const DML_BUFFER_BINDING*

The individual buffer ranges to bind.

Requirements

Requirement Value
Header directml.h

See also

Binding in DirectML