autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

ShaderRenderer API to getImageList #1122

Closed ashwinbhat closed 3 years ago

ashwinbhat commented 3 years ago

Update #921

Load images required for shader and return list of images loaded virtual ImageVec getImageList (const ShaderPtr& shader);

This inspects the Shader and loads images required by the shader. The ImageVec contains the list of Images loaded.