We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aca24 commit 6aa148cCopy full SHA for 6aa148c
include/Shader.hpp
@@ -63,6 +63,8 @@ class Shader : public ::Shader {
63
64
other.id = 0;
65
other.locs = nullptr;
66
+
67
+ return *this;
68
}
69
70
~Shader() {
0 commit comments