Searched defs:ShaderKey (Results 1 – 2 of 2) sorted by relevance
258 struct ShaderKey struct265 bool operator==(const ShaderKey &other) const argument275 size_t operator()(const ShaderKey &k) const noexcept in operator() argument
924 class ShaderKey class927 ShaderKey() in ShaderKey() function in glcts::__anon3223d5810111::ShaderKey930 ShaderKey(GLenum _stage, const std::string &_input, const std::string &_output) in ShaderKey() function in glcts::__anon3223d5810111::ShaderKey1180 … static std::string generateComputeShader(const ShaderKey &, const std::vector<Uniform> &uniforms, in generateComputeShader()