Home
last modified time | relevance | path

Searched refs:pInfoLog (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/include/
DshaderUtils.h296 …const char* pInfoLog; ///< null terminated string that contains information about the last compi… member
307 …const char* pInfoLog; ///< null terminated string that contains information about the last compi… member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1285 if (compileOutput.pInfoLog) in main()
1288 fprintf(stderr, "%s\n", compileOutput.pInfoLog); in main()