CCShaderAttribute Constants Reference
Declared in | CCShader.h |
---|
CCShaderAttribute
GL attribute locations for built-in Cocos2D vertex attributes. Used by CCShader.
Definition
typedef NS_ENUM(NSUInteger, CCShaderAttribute ) {
CCShaderAttributePosition,
CCShaderAttributeTexCoord1,
CCShaderAttributeTexCoord2,
CCShaderAttributeColor,
};
Constants
Declared In
CCShader.h