blob: 53de3177073f76faf76ea854d831162df4947cab [file] [log] [blame]
// Copyright 2016 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.
#ifndef WebGLCompressedTextureS3TCsRGB_h
#define WebGLCompressedTextureS3TCsRGB_h
#include "modules/webgl/WebGLExtension.h"
namespace blink {
class WebGLCompressedTextureS3TCsRGB final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
static WebGLCompressedTextureS3TCsRGB* Create(WebGLRenderingContextBase*);
static bool Supported(WebGLRenderingContextBase*);
static const char* ExtensionName();
WebGLExtensionName GetName() const override;
private:
explicit WebGLCompressedTextureS3TCsRGB(WebGLRenderingContextBase*);
};
} // namespace blink
#endif // WebGLCompressedTextureS3TCsRGB_h