Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/MaterialX
/ unbindImages
Method
unbindImages
source/MaterialXRender/ImageHandler.cpp:160–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void ImageHandler::unbindImages()
161
{
162
for (const auto& iter : _imageCache)
163
{
164
unbindImage(iter.second);
165
}
166
}
167
168
bool ImageHandler::createRenderResources(ImagePtr, bool, bool)
169
{
Callers
2
renderFrame
Method · 0.45
renderFrame
Method · 0.45
Calls
1
unbindImage
Function · 0.85
Tested by
no test coverage detected