blob: b8af673047d17abfd61e742a137107b37b16bbe8 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
NoInterfaceObject,
DoNotCheckConstants,
GarbageCollected,
SetWrapperReferenceFrom=canvas,
] interface EXTsRGB {
const unsigned long SRGB_EXT = 0x8C40;
const unsigned long SRGB_ALPHA_EXT = 0x8C42;
const unsigned long SRGB8_ALPHA8_EXT = 0x8C43;
const unsigned long FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210;
};