C4 Engine
C4 Engine API Documentation

Attribute::GetAttributeFlags

Defined in:  C4Attributes.h
Returns the attribute flags.
Prototype

uint32 GetAttributeFlags(voidconst;

Description
The GetAttributeFlags function returns the attribute flags, which 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

Attribute::SetAttributeFlags