Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
int funcGetMaxTextureSize()
38
{
39
int maxTextureSize;
40
glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize);
41
return maxTextureSize;
42
}
43
44
unsigned int funcMakeImageTexture()
45
{
Callers
1
bindImageTextureFunctions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected