#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_NV_SHADER_NOPERSPECTIVE_INTERPOLATION_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_NV_SHADER_NOPERSPECTIVE_INTERPOLATION_H_
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/bindings/v8_interface_bridge.h"
namespace blink {
class ExecutionContext;
class NVShaderNoperspectiveInterpolation;
struct WrapperTypeInfo;
class MODULES_EXPORT V8NVShaderNoperspectiveInterpolation final : public bindings::V8InterfaceBridge<V8NVShaderNoperspectiveInterpolation, NVShaderNoperspectiveInterpolation> { … };
}
#endif