Commit 9cf275bb by John Kessenich

Build: Add missing break statements. Fixes #1052.

parent e375dad6
...@@ -6569,6 +6569,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in ...@@ -6569,6 +6569,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in
break; break;
case 2: case 2:
s.append("Offsets"); s.append("Offsets");
break;
default: default:
break; break;
} }
...@@ -6680,6 +6681,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in ...@@ -6680,6 +6681,7 @@ void TBuiltIns::addGatherFunctions(TSampler sampler, const TString& typeName, in
break; break;
case 2: case 2:
s.append("Offsets"); s.append("Offsets");
break;
default: default:
break; break;
} }
......
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