Skip to content
Snippets Groups Projects
Commit d9997af1 authored by Christopher Tenter's avatar Christopher Tenter
Browse files

add reloadShaders() in render plugin interface

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@18220 383ad7c9-94d9-4d36-a494-682f7c89f535
parent b1ed6d58
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,12 @@ class RenderInterface {
virtual QString renderObjectsInfo(bool _outputShaderInfo) { return QString("Render object inforation not implemented in this plugin"); };
/** \brief Reload any renderer specific shaders
*
* This function allows the plugin to reload any renderer specific shaders.
*/
virtual void reloadShaders() { };
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment