summary refs log tree commit diff
path: root/src/GFX/Shading/Program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Shading/Program.hpp')
-rw-r--r--src/GFX/Shading/Program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GFX/Shading/Program.hpp b/src/GFX/Shading/Program.hpp
index 15c9899..b04dfff 100644
--- a/src/GFX/Shading/Program.hpp
+++ b/src/GFX/Shading/Program.hpp
@@ -10,7 +10,7 @@ namespace MC::GFX::Shading {
 
 class Program {
 public:
-    Program(Shader fragment, Shader vertex);
+    Program(Shader vertex, Shader fragment);
 
     uint32_t get() const;