Function ccGLEnable

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

Since v2.0.0

It will enable / disable the server side GL states. If CC_ENABLE_GL_STATE_CACHE is disabled, it will call glEnable() directly.

Examples0