PuzzleSDK
宏定义
|
变量
ShaderTest.vsh.h 文件参考
浏览源代码.
宏定义
#define
STRINGIFY
(A) #A
变量
static const char *
shadertestvsh
宏定义说明
◆
STRINGIFY
#define STRINGIFY
(
A
)
#A
在文件
ShaderTest.vsh.h
第
25
行定义.
变量说明
◆
shadertestvsh
const char* shadertestvsh
static
初始值:
=
STRINGIFY
(
attribute vec4 a_position;
void
main
()
{
gl_Position = CC_MVPMatrix * a_position;
}
)
STRINGIFY
#define STRINGIFY(A)
Definition:
ShaderTest.vsh.h:25
main
int main(int argc, char *argv[])
Definition:
main.m:12
在文件
ShaderTest.vsh.h
第
26
行定义.
Users
yujizhu
Documents
Git
cocos2d-x-4.0
tests
cpp-tests
Classes
ShaderTest
ShaderTest.vsh.h
制作者
1.9.2