Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Defines constants that specify the nature of the resource(s) referred to by a binding description (a DML_BINDING_DESC structure).
Syntax
typedef enum DML_BINDING_TYPE {
DML_BINDING_TYPE_NONE,
DML_BINDING_TYPE_BUFFER,
DML_BINDING_TYPE_BUFFER_ARRAY
} ;
Constants
DML_BINDING_TYPE_NONEIndicates that no resources are to be bound. |
DML_BINDING_TYPE_BUFFERSpecifies a binding that binds a single buffer to the binding table. The corresponding binding desc type is DML_BUFFER_BINDING. |
DML_BINDING_TYPE_BUFFER_ARRAYSpecifies a binding that binds an array of buffers to the binding table. The corresponding binding desc type is DML_BUFFER_ARRAY_BINDING. |
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |