Searched refs:programIdentifier (Results 1 – 3 of 3) sorted by relevance
13 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource);
20 std::string programIdentifier(const std::string& vertexSource, const std::string& fragmentSource) { in programIdentifier() function
66 const std::string identifier = shaders::programIdentifier(vertexSource, fragmentSource); in createProgram()