Home
last modified time | relevance | path

Searched refs:ps_source (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/include/
DshaderUtils.h168 const char* ps_source; ///< PS shader source code member
216 const char* ps_source; ///< PS shader source code member
246 const char* ps_source; ///< PS shader source code member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp573 DeleteShaderSource(&pConfig->ps_source); in Destroy()
725 if (!AppendShaderSource(argv[count + 1], &pConfig->ps_source)) in Initialize()
1117 compileSetup.ps_source = (const char*)sourceInfo.ps_source; in main()
1139 if (compileSetup.vs_source || compileSetup.ps_source || compileSetup.gs_source) in main()
1156 if (compileSetup.ps_source) in main()
1168 if (sourceInfo.ps_source) { in main()
DgshCompile.h131 char* ps_source; // PS shader source code member