Configuration.h
branchv_0
changeset 5 ee4ba9f5a053
parent 0 bb715a82a8f1
child 6 fd93a46db15b
--- a/Configuration.h	Wed Nov 29 01:27:05 2023 +0100
+++ b/Configuration.h	Fri Dec 01 20:25:49 2023 +0100
@@ -43,8 +43,8 @@
 
 	// TODO: support loading whole directory and monitoring using inotify
 	std::vector<Texture> textures;
-	VertexShader vertexShader;
-	FragmentShader fragmentShader;
+	std::vector<VertexShader> vertexShaders;
+	std::vector<FragmentShader> fragmentShaders;
 
 	unsigned long backgroundColor = (0x33 << 16 | 0x33 << 8 | 0x33);
 	Window rootWindow = 0;