Luna::RHI::InputAttributeDesc
Describes one attribute in the input layout.
struct Luna::RHI::InputAttributeDesc
Member objects
-
The semantic name of this attribute. For exmaple, "COLOR", "TEXCOORD", etc.
-
The semantic index of this attribute. Use this to differentiate attributes with the same semantic name.
-
The location of this input attribute in the shader.
-
The belonging binding slot of this attribute.
-
The offset of this attribute from the beginning of the element.
-
The format of this attribute.