Searched defs:ShaderInfo (Results 1 – 1 of 1) sorted by relevance
49 struct ShaderInfo struct51 ShaderType type; //!< Shader type.52 std::string source; //!< Shader source.53 std::string infoLog; //!< Compile info log.54 bool compileOk; //!< Did compilation succeed?57 ShaderInfo (void) : compileOk(false), compileTimeUs(0) {} in ShaderInfo() function78 std::vector<glu::ShaderInfo> shaders;