#include "compiler/translator/tree_ops/spirv/FlagSamplersWithTexelFetch.h"
#include "angle_gl.h"
#include "common/utilities.h"
#include "compiler/translator/SymbolTable.h"
#include "compiler/translator/tree_util/IntermNode_util.h"
#include "compiler/translator/tree_util/IntermTraverse.h"
#include "compiler/translator/tree_util/ReplaceVariable.h"
namespace sh
{
namespace
{
class FlagSamplersWithTexelFetchTraverser : public TIntermTraverser
{ … };
}
bool FlagSamplersForTexelFetch(TCompiler *compiler,
TIntermBlock *root,
TSymbolTable *symbolTable,
std::vector<ShaderVariable> *uniforms)
{ … }
}