Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |