MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / loadDataOpt

Method loadDataOpt

source/MRViewer/MRGLTexture.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void GlTexture::loadDataOpt( bool refresh, const Settings& settings, const char* arr )
95{
96 if ( refresh )
97 loadData( settings, arr );
98 else
99 bind();
100}
101
102void GlTexture::detach_()
103{

Callers 11

bindPoints_Method · 0.45
bindPointsPicker_Method · 0.45
renderSourcePoint_Method · 0.45
renderBackground_Method · 0.45
renderLeaderLine_Method · 0.45
bindLabel_Method · 0.45
render_Method · 0.45
bindVolume_Method · 0.45
bindMesh_Method · 0.45
bindMeshPicker_Method · 0.45
bindPoints_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected