MCPcopy 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
160void ImageHandler::unbindImages()
161{
162 for (const auto& iter : _imageCache)
163 {
164 unbindImage(iter.second);
165 }
166}
167
168bool ImageHandler::createRenderResources(ImagePtr, bool, bool)
169{

Callers 2

renderFrameMethod · 0.45
renderFrameMethod · 0.45

Calls 1

unbindImageFunction · 0.85

Tested by

no test coverage detected