MCPcopy Create free account
hub / github.com/SatDump/SatDump / funcGetMaxTextureSize

Function funcGetMaxTextureSize

android/imgui_image.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#endif
36
37int funcGetMaxTextureSize()
38{
39 int maxTextureSize;
40 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize);
41 return maxTextureSize;
42}
43
44unsigned int funcMakeImageTexture()
45{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected