Просмотр исходного кода

Removed Pass::getAutoBindProperties()
Fixed #599

Darryl Gough 13 лет назад
Родитель
Сommit
31b1eecf83
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      gameplay/src/Pass.h

+ 0 - 6
gameplay/src/Pass.h

@@ -35,12 +35,6 @@ public:
      */
     Effect* getEffect() const;
 
-    /**
-     * Get a list of properties to be auto-bound.
-     * @script{ignore}
-     */
-    const std::vector<std::string>* getAutoBindProperties() const;
-
     /**
      * Sets a vertex attribute binding for this pass.
      *