Commit 9a2e5b94 by Geoff Lang Committed by Shannon Woods

Fix incorrect function forward declaration.

Change-Id: I135c4457fdc95f2d331e2924104a30f90a40bd1a Reviewed-on: https://chromium-review.googlesource.com/189456Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Reviewed-by: 's avatarNicolas Capens <nicolascapens@chromium.org> Tested-by: 's avatarShannon Woods <shannonwoods@chromium.org>
parent 26e9195f
...@@ -27,7 +27,7 @@ static void usage(); ...@@ -27,7 +27,7 @@ static void usage();
static ShShaderType FindShaderType(const char* fileName); static ShShaderType FindShaderType(const char* fileName);
static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions); static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
static void LogMsg(const char* msg, const char* name, const int num, const char* logName); static void LogMsg(const char* msg, const char* name, const int num, const char* logName);
static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames); static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType);
// If NUM_SOURCE_STRINGS is set to a value > 1, the input file data is // If NUM_SOURCE_STRINGS is set to a value > 1, the input file data is
// broken into that many chunks. // broken into that many chunks.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment