Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.38 KB

ne-directml-dml_binding_type.md

File metadata and controls

68 lines (57 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:directml.DML_BINDING_TYPE
DML_BINDING_TYPE
Defines constants that specify the nature of the resource(s) referred to by a binding description (a DML_BINDING_DESC structure).
DML_BINDING_TYPE
DML_BINDING_TYPE enumeration
DML_BINDING_TYPE_BUFFER
DML_BINDING_TYPE_BUFFER_ARRAY
DML_BINDING_TYPE_NONE
direct3d12.dml_binding_type
directml/DML_BINDING_TYPE
directml/DML_BINDING_TYPE_BUFFER
directml/DML_BINDING_TYPE_BUFFER_ARRAY
directml/DML_BINDING_TYPE_NONE
direct3d12\dml_binding_type.htm
directml
9FAE821A-9853-41E3-9F11-A4B88498BA68
12/5/2018
DML_BINDING_TYPE, DML_BINDING_TYPE enumeration, DML_BINDING_TYPE_BUFFER, DML_BINDING_TYPE_BUFFER_ARRAY, DML_BINDING_TYPE_NONE, direct3d12.dml_binding_type, directml/DML_BINDING_TYPE, directml/DML_BINDING_TYPE_BUFFER, directml/DML_BINDING_TYPE_BUFFER_ARRAY, directml/DML_BINDING_TYPE_NONE
directml.h
Windows
Windows
19H1
DML_BINDING_TYPE
directml/DML_BINDING_TYPE
c++
APIRef
kbSyntax
HeaderDef
DirectML.h
DML_BINDING_TYPE

-description

Defines constants that specify the nature of the resource(s) referred to by a binding description (a DML_BINDING_DESC structure).

-enum-fields

-field DML_BINDING_TYPE_NONE

Indicates that no resources are to be bound.

-field DML_BINDING_TYPE_BUFFER

Specifies a binding that binds a single buffer to the binding table. The corresponding binding desc type is DML_BUFFER_BINDING.

-field DML_BINDING_TYPE_BUFFER_ARRAY

Specifies a binding that binds an array of buffers to the binding table. The corresponding binding desc type is DML_BUFFER_ARRAY_BINDING.

-see-also

Binding in DirectML, DML_BINDING_DESC