blob: c35bccc0755bddcd0d21f07bdbe15482d986b9a5 [file] [log] [blame]
//
// Copyright 2021 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.
//
// CLSamplerImpl.cpp: Implements the class methods for CLSamplerImpl.
#include "libANGLE/renderer/CLSamplerImpl.h"
namespace rx
{
CLSamplerImpl::CLSamplerImpl(const cl::Sampler &sampler) : mSampler(sampler) {}
CLSamplerImpl::~CLSamplerImpl() = default;
} // namespace rx