#ifndef COMPILER_TRANSLATOR_TREEOPS_SPIRV_EMULATEDITHERING_H_
#define COMPILER_TRANSLATOR_TREEOPS_SPIRV_EMULATEDITHERING_H_
#include "common/angleutils.h"
#include "compiler/translator/Compiler.h"
namespace sh
{
class TCompiler;
class TIntermBlock;
class TSymbolTable;
class SpecConst;
class DriverUniform;
[[nodiscard]] bool EmulateDithering(TCompiler *compiler,
const ShCompileOptions &compileOptions,
TIntermBlock *root,
TSymbolTable *symbolTable,
SpecConst *specConst,
DriverUniform *driverUniforms);
}
#endif