BindVertexInput class

BindVertexInput class

The bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.

Inheritance: BindVertexInputColladaElement

The BindVertexInput type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of BindVertexInput

Properties

PropertyDescription
semanticGets or sets the semantic.
The semantic attribute specifies which effect parameter to bind.
input_semanticGets or sets the input semantic.
The input_semantic attribute specifies which input semantic to bind.
input_setGets or sets the input set.
The input_set attribute specifies which input set to bind.
input_set_specifiedGets or sets a value indicating whether input set is specified.

See Also