Closed ashwinbhat closed 3 years ago
Update #921
Load images required for shader and return list of images loaded virtual ImageVec getImageList (const ShaderPtr& shader);
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.
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.