Attribute::SetAttributeFlags
Defined in:
Sets the attribute flags.
C4Attributes.hPrototype
void SetAttributeFlags(uint32 flags);
Parameters
flags |
The new attribute flags. |
Description
The SetAttributeFlags function sets the attribute flags to those specified by the flags parameter. The flags can be a combination (through logical OR) of the following constants.
kAttributeMutable |
The constant data in the attribute, such as a color, is mutable. This means that the data is loaded as a shader parameter instead of being inlined as a literal constant. |
See Also
