Front-end ESSL: require precision declarations for images.
This commit is contained in:
parent
9000bd5eb6
commit
ac666e7368
8 changed files with 119 additions and 108 deletions
|
|
@ -335,7 +335,7 @@ protected:
|
|||
TParseContext& operator=(TParseContext&);
|
||||
|
||||
const bool parsingBuiltins; // true if parsing built-in symbols/functions
|
||||
static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2)); // see computeSamplerTypeIndex()
|
||||
static const int maxSamplerIndex = EsdNumDims * (EbtNumTypes * (2 * 2 * 2 * 2 * 2)); // see computeSamplerTypeIndex()
|
||||
TPrecisionQualifier defaultSamplerPrecision[maxSamplerIndex];
|
||||
bool afterEOF;
|
||||
TQualifier globalBufferDefaults;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue