Commit 3e65b53b by Geoff Lang

Fix incorrect function forward declaration.

Change-Id: I14104335e9d02b32a111935351f36facede46a7b Reviewed-on: https://chromium-review.googlesource.com/191036Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 28b47909
...@@ -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