summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h b/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h
index 09e8dae6d..627c4c67f 100755
--- a/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h
+++ b/gfx/angle/src/compiler/translator/EmulateGLFragColorBroadcast.h
@@ -15,6 +15,8 @@
namespace sh
{
struct OutputVariable;
+}
+
class TIntermNode;
// Replace all gl_FragColor with gl_FragData[0], and in the end of main() function,
@@ -22,7 +24,6 @@ class TIntermNode;
// If gl_FragColor is in outputVariables, it is replaced by gl_FragData.
void EmulateGLFragColorBroadcast(TIntermNode *root,
int maxDrawBuffers,
- std::vector<OutputVariable> *outputVariables);
-}
+ std::vector<sh::OutputVariable> *outputVariables);
#endif // COMPILER_TRANSLATOR_EMULATEGLFRAGCOLORBROADCAST_H_