//
// Copyright 2018 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

// ImageGL.cpp: Implements rx::ImageGL class

#include "libANGLE/renderer/gl/ImageGL.h"

namespace rx
{

ImageGL::ImageGL(const egl::ImageState &state) : ImageImpl(state) {}

ImageGL::~ImageGL() {}

}  // namespace rx
