Function ccGLEnableVertexAttribs

#include <Geode/cocos/shaders/ccGLStateCache.h>voidccGLEnableVertexAttribs(
uintflags
)

Since v2.0.0

Will enable the vertex attribs that are passed as flags. Possible flags: kCCVertexAttribFlag_Position kCCVertexAttribFlag_Color kCCVertexAttribFlag_TexCoords These flags can be ORed. The flags that are not present, will be disabled.

Examples0