Attribute::GetAttributeFlags
Defined in:
Returns the attribute flags.
C4Attributes.h
Prototype
uint32 GetAttributeFlags(void) const;
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