5#ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_DESCRIPTION_GLES_H_
6#define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_DESCRIPTION_GLES_H_
43 std::string renderer_;
44 std::string gl_version_string_;
45 std::string sl_version_string_;
46 std::set<std::string> extensions_;
47 bool is_angle_ =
false;
48 bool is_valid_ =
false;
Version GetGlVersion() const
DescriptionGLES(const ProcTableGLES &gl)
std::string GetString() const
bool HasExtension(const std::string &ext) const
bool HasDebugExtension() const
Returns whether GLES includes the debug extension.