chromium/third_party/blink/renderer/modules/webgl/ext_texture_norm_16.cc

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

#include "third_party/blink/renderer/modules/webgl/ext_texture_norm_16.h"

#include "third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.h"

namespace blink {

EXTTextureNorm16::EXTTextureNorm16(WebGLRenderingContextBase* context)
    :{}

WebGLExtensionName EXTTextureNorm16::GetName() const {}

EXTTextureNorm16* EXTTextureNorm16::Create(WebGLRenderingContextBase* context) {}

bool EXTTextureNorm16::Supported(WebGLRenderingContextBase* context) {}

const char* EXTTextureNorm16::ExtensionName() {}

}  // namespace blink