PuzzleSDK
ShaderTest.vsh.h 文件参考

浏览源代码.

宏定义

#define STRINGIFY(A)   #A
 

变量

static const char * shadertestvsh
 

宏定义说明

◆ STRINGIFY

#define STRINGIFY (   A)    #A

在文件 ShaderTest.vsh.h25 行定义.

变量说明

◆ shadertestvsh

const char* shadertestvsh
static
初始值:
attribute vec4 a_position;
void main()
{
gl_Position = CC_MVPMatrix * a_position;
}
)
#define STRINGIFY(A)
int main(int argc, char *argv[])
Definition: main.m:12

在文件 ShaderTest.vsh.h26 行定义.