Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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


Feedback

Was this page helpful?

Additional resources