mirror of https://github.com/axmolengine/axmol.git
9 lines
169 B
C
9 lines
169 B
C
#pragma once
|
|||
|
|||
#define CC_BACKEND_BEGIN namespace cocos2d{ namespace backend{
|
|||
#define CC_BACKEND_END }}
|
|||
|
|||
#define MAX_COLOR_ATTCHMENT 1
|
|||
|
|||
#define MAX_INFLIGHT_BUFFER 3
|