summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h')
-rw-r--r--src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h b/src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h
index 27917e6eec..a4c407f760 100644
--- a/src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h
+++ b/src/3rdparty/angle/src/third_party/compiler/ArrayBoundsClamper.h
@@ -29,8 +29,12 @@
#include "compiler/translator/InfoSink.h"
#include "compiler/translator/IntermNode.h"
-class ArrayBoundsClamper {
-public:
+namespace sh
+{
+
+class ArrayBoundsClamper
+{
+ public:
ArrayBoundsClamper();
// Must be set before compiling any shaders to ensure consistency
@@ -57,4 +61,6 @@ private:
bool mArrayBoundsClampDefinitionNeeded;
};
+} // namespace sh
+
#endif // THIRD_PARTY_COMPILER_ARRAYBOUNDSCLAMPER_H_