Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |