fix enum comma

This commit is contained in:
Michal Krol
2005-03-14 12:19:36 +00:00
parent 278c6025f9
commit 8998de569c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
};
//
+1 -1
View File
@@ -54,7 +54,7 @@ enum TOutputStream {
ENull = 0,
EDebugger = 0x01,
EStdOut = 0x02,
EString = 0x04,
EString = 0x04
};
//
// Encapsulate info logs for all objects that have them.
+1 -1
View File
@@ -228,7 +228,7 @@ enum TOperator {
EOpInclusiveOrAssign,
EOpExclusiveOrAssign,
EOpLeftShiftAssign,
EOpRightShiftAssign,
EOpRightShiftAssign
};
class TIntermTraverser;
+2 -2
View File
@@ -98,7 +98,7 @@ typedef enum {
EShLangFragment,
EShLangPack,
EShLangUnpack,
EShLangCount,
EShLangCount
} EShLanguage;
/*
@@ -118,7 +118,7 @@ typedef enum {
EShOptNoGeneration,
EShOptNone,
EShOptSimple, /* Optimizations that can be done quickly */
EShOptFull, /* Optimizations that will take more time */
EShOptFull /* Optimizations that will take more time */
} EShOptimizationLevel;
/*