Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-02-28 11:37:55 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-02-28 11:37:55 +0300
commit4b6ab84dbc6c7ca44ac527e9bfa8969e318b3546 (patch)
tree7bb248b1f898d5a550975a47a9c5dcb128c98992 /src/slic3r/GUI/GLShader.hpp
parent44b2ca81821b2b1095277a1089fab31f95630161 (diff)
Code cleanup
Diffstat (limited to 'src/slic3r/GUI/GLShader.hpp')
-rw-r--r--src/slic3r/GUI/GLShader.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GLShader.hpp b/src/slic3r/GUI/GLShader.hpp
index db5fe2832..58e2678d0 100644
--- a/src/slic3r/GUI/GLShader.hpp
+++ b/src/slic3r/GUI/GLShader.hpp
@@ -53,10 +53,8 @@ public:
bool start_using() const;
void stop_using() const;
-//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
int get_attrib_location(const std::string& name) const;
int get_uniform_location(const std::string& name) const;
-//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
void set_uniform(const std::string& name, float value) const;
void set_uniform(const std::string& name, const float* matrix) const;