MCPcopy Create free account
hub / github.com/cginternals/glbinding / extensions

Method extensions

source/glbinding-aux/source/Meta.cpp:109–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::set<GLextension> Meta::extensions()
110{
111 auto extensions = std::set<GLextension>{};
112
113 for (const auto & m : Meta_ExtensionsByStringMaps)
114 {
115 for (const auto & p : m)
116 {
117 extensions.insert(p.second);
118 }
119 }
120
121 return extensions;
122}
123
124
125const std::string & Meta::getString(const GLboolean & glboolean)

Callers

nothing calls this directly

Calls 1

extensionsFunction · 0.85

Tested by

no test coverage detected