summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/Include/BaseTypes.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-03-14 12:19:36 +0000
committerMichal Krol <mjkrol@gmail.org>2005-03-14 12:19:36 +0000
commit8998de569c2f22fb91ec6c6a6a59fda0992df5b2 (patch)
tree4e080271f541d535a21a585fba6b4b26b5acec15 /src/mesa/shader/slang/Include/BaseTypes.h
parent278c6025f93e51e2b9c3a8c7b53a1576d0964b61 (diff)
fix enum comma
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
};
//