Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp79 uint32_t highestWindowsSDKVersion = 0; in GetWindowsSDKBasePath() local
85 highestWindowsSDKVersion = in GetWindowsSDKBasePath()
86 std::max(highestWindowsSDKVersion, in GetWindowsSDKBasePath()
90 if (highestWindowsSDKVersion == 0) { in GetWindowsSDKBasePath()
97 << highestWindowsSDKVersion << ".0\\x64\\"; in GetWindowsSDKBasePath()