ShaderTranslator::GatherAllBindingInformation

This commit is contained in:
Dr. Chat
2016-02-05 16:00:50 -06:00
parent ccb6a9146c
commit 1066362ada
2 changed files with 40 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ class ShaderTranslator {
public:
virtual ~ShaderTranslator();
// Gathers all vertex/texture bindings. Implicitly called in Translate.
// TODO: Move this functionality to Shader.
bool GatherAllBindingInformation(Shader* shader);
bool Translate(Shader* shader);
protected: