Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1077 GSH2Handle hShaderUtils = NULL; in main() local
1104 if (!(hShaderUtils = fpGSH2.Initialize(&libSetup))) in main()
1162 if (fpGSH2.CompileProgram3(hShaderUtils, &compileSetup, &compileOutput)) in main()
1292 fpGSH2.DestroyGX2Program3(hShaderUtils, &compileOutput.gx2Program); in main()
1293 fpGSH2.Destroy(hShaderUtils); in main()