Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |