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

Function bindImageTextureFunctions

android/imgui_image.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void bindImageTextureFunctions()
80{
81 maxTextureSize = funcGetMaxTextureSize();
82 makeImageTexture = funcMakeImageTexture;
83 updateImageTexture = funcUpdateImageTexture;
84 updateMMImageTexture = funcUpdateMMImageTexture;
85 deleteImageTexture = funcDeleteImageTexture;
86}

Callers 1

android_mainFunction · 0.85

Calls 1

funcGetMaxTextureSizeFunction · 0.70

Tested by

no test coverage detected