Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |