Searched refs:baseWindowsSDKPath (Results 1 – 2 of 2) sorted by relevance
195 void PlatformFunctions::LoadDXIL(const std::string& baseWindowsSDKPath) { in LoadDXIL() argument198 {dxilDLLName, baseWindowsSDKPath + dxilDLLName}}; in LoadDXIL()208 void PlatformFunctions::LoadDXCompiler(const std::string& baseWindowsSDKPath) { in LoadDXCompiler() argument216 {dxCompilerDLLName, baseWindowsSDKPath + dxCompilerDLLName}}; in LoadDXCompiler()
94 void LoadDXIL(const std::string& baseWindowsSDKPath);95 void LoadDXCompiler(const std::string& baseWindowsSDKPath);