summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h b/gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h
index 48da73f58..4c45a93dc 100755
--- a/gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h
+++ b/gfx/angle/src/compiler/translator/BuiltInFunctionEmulatorHLSL.h
@@ -9,19 +9,8 @@
#include "GLSLANG/ShaderLang.h"
-namespace sh
-{
-
class BuiltInFunctionEmulator;
void InitBuiltInFunctionEmulatorForHLSL(BuiltInFunctionEmulator *emu);
-//
-// This works around isnan() bug on some Intel drivers.
-//
-void InitBuiltInIsnanFunctionEmulatorForHLSLWorkarounds(BuiltInFunctionEmulator *emu,
- int targetGLSLVersion);
-
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_BUILTINFUNCTIONEMULATORHLSL_H_