From 01b47b49462a3b6ade6e8819edad9f2455fe1143 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 10 Mar 2018 13:31:14 +0100 Subject: Make local work group size tweakable. (Not yet exposed to user) --- BuddhaTest/include/Helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuddhaTest/include/Helpers.h') diff --git a/BuddhaTest/include/Helpers.h b/BuddhaTest/include/Helpers.h index ad14305..8c897d5 100644 --- a/BuddhaTest/include/Helpers.h +++ b/BuddhaTest/include/Helpers.h @@ -7,7 +7,7 @@ namespace Helpers { GLuint LoadShaders(const char * vertex_file_path, const char * fragment_file_path); - GLuint LoadComputeShader(const char * compute_file_path); + GLuint LoadComputeShader(const char * compute_file_path, unsigned int localSizeX, unsigned int localSizeY, unsigned int localSizeZ); void WriteOutputPNG(const std::vector& data, unsigned int width, unsigned int height); -- cgit v1.2.3