Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp101 void LoadDLLs(HMODULE *hShaderUtilDLL, GSH2Func *fpGSH2, HMODULE *hGfdDLL, GFDFunc *fpGFD) in LoadDLLs() argument
103 *hShaderUtilDLL = LoadLibrary(LIB_DLL_SHADERUTILS); in LoadDLLs()
104 if ( !*hShaderUtilDLL ) in LoadDLLs()
107 FreeLibrary(*hShaderUtilDLL); in LoadDLLs()
120 … = reinterpret_cast<PGSH2Initialize>(GetProcAddress(*hShaderUtilDLL, "GSH2Initiali… in LoadDLLs()
121 … = reinterpret_cast<PGSH2Destroy>(GetProcAddress(*hShaderUtilDLL, "GSH2Destroy"… in LoadDLLs()
122 … = reinterpret_cast<PGSH2CompileProgram3>(GetProcAddress(*hShaderUtilDLL, "GSH2CompileP… in LoadDLLs()
123 … = reinterpret_cast<PGSH2DestroyGX2Program3>(GetProcAddress(*hShaderUtilDLL, "GSH2DestroyG… in LoadDLLs()
124 … = reinterpret_cast<PGSH2CalcFetchShaderSizeEx>(GetProcAddress(*hShaderUtilDLL, "GSH2CalcFetc… in LoadDLLs()
125 … = reinterpret_cast<PGSH2InitFetchShaderEx>(GetProcAddress(*hShaderUtilDLL, "GSH2InitFetc… in LoadDLLs()
[all …]