Searched refs:GetDXCompilerVersion (Results 1 – 1 of 1) sorted by relevance
40 ResultOrError<uint64_t> GetDXCompilerVersion(ComPtr<IDxcValidator> dxcValidator) { in GetDXCompilerVersion() function224 DAWN_TRY_ASSIGN(dxcVersion, GetDXCompilerVersion(device->GetDxcValidator())); in Create()