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

Function requestState

source/tools/glqueries/main.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204 template <typename T, size_t count>
205 void requestState(const GLenum pname)
206 {
207 std::array<T, count> data;
208 request<T, count>(pname, data);
209
210 std::cout << std::endl;
211 }
212
213 enum class ExpectedType
214 {

Callers

nothing calls this directly

Calls 1

glGetIntegervFunction · 0.50

Tested by

no test coverage detected