Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp97 void LoadDLLs(HMODULE *hShaderUtilDLL, GSH2Func *fpGSH2, HMODULE *hGfdDLL, GFDFunc *fpGFD) in LoadDLLs() argument
99 *hShaderUtilDLL = LoadLibrary(LIB_DLL_SHADERUTILS); in LoadDLLs()
100 if ( !*hShaderUtilDLL ) in LoadDLLs()
103 FreeLibrary(*hShaderUtilDLL); in LoadDLLs()
116 … = reinterpret_cast<PGSH2Initialize>(GetProcAddress(*hShaderUtilDLL, "GSH2Initiali… in LoadDLLs()
117 … = reinterpret_cast<PGSH2Destroy>(GetProcAddress(*hShaderUtilDLL, "GSH2Destroy"… in LoadDLLs()
118 … = reinterpret_cast<PGSH2CompileProgram3>(GetProcAddress(*hShaderUtilDLL, "GSH2CompileP… in LoadDLLs()
119 … = reinterpret_cast<PGSH2DestroyGX2Program3>(GetProcAddress(*hShaderUtilDLL, "GSH2DestroyG… in LoadDLLs()
120 … = reinterpret_cast<PGSH2CalcFetchShaderSizeEx>(GetProcAddress(*hShaderUtilDLL, "GSH2CalcFetc… in LoadDLLs()
121 … = reinterpret_cast<PGSH2InitFetchShaderEx>(GetProcAddress(*hShaderUtilDLL, "GSH2InitFetc… in LoadDLLs()
[all …]