fix enum comma
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -228,7 +228,7 @@ enum TOperator {
|
||||
EOpInclusiveOrAssign,
|
||||
EOpExclusiveOrAssign,
|
||||
EOpLeftShiftAssign,
|
||||
EOpRightShiftAssign,
|
||||
EOpRightShiftAssign
|
||||
};
|
||||
|
||||
class TIntermTraverser;
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user