summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/Include/BaseTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/slang/Include/BaseTypes.h')
-rwxr-xr-xsrc/mesa/shader/slang/Include/BaseTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/Include/BaseTypes.h b/src/mesa/shader/slang/Include/BaseTypes.h
index 635e76e8dd..d79d9674a2 100755
--- a/src/mesa/shader/slang/Include/BaseTypes.h
+++ b/src/mesa/shader/slang/Include/BaseTypes.h
@@ -50,7 +50,7 @@ enum TBasicType {
EbtSampler1DShadow,
EbtSampler2DShadow,
EbtStruct,
- EbtAddress,
+ EbtAddress
};
__inline bool IsSampler(TBasicType type)
@@ -97,7 +97,7 @@ enum TQualifier {
EvqFragDepth,
// end of list
- EvqLast,
+ EvqLast
};
//