Searched refs:readFileToString (Results 1 – 1 of 1) sorted by relevance
691 std::string readFileToString(std::string_view aFilename) in readFileToString() function1590 if (std::string shaderSource = readFileToString(inputFilename); !shaderSource.empty()) { in runAllCompilationStages()