Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |