chromium/third_party/blink/renderer/modules/webgl/oes_shader_multisample_interpolation.idl

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://www.khronos.org/registry/webgl/extensions/OES_shader_multisample_interpolation/

[
    LegacyNoInterfaceObject
] interface OESShaderMultisampleInterpolation {
    const unsigned long MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5B;
    const unsigned long MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5C;
    const unsigned long FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8E5D;
};