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

Method enums

source/glbinding-aux/source/Meta.cpp:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::set<GLenum> Meta::enums()
83{
84 auto enums = std::set<GLenum>{};
85
86 for (const auto & p : Meta_StringsByEnum)
87 {
88 enums.insert(p.first);
89 }
90
91 return enums;
92}
93
94
95GLextension Meta::getExtension(const std::string & glextension)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected