blob: e1e8c7c62f55c1337dcde9c77956ffcb5f93962e [file] [log] [blame]
Geoff Langd08f3b32016-09-23 15:56:30 -04001//
2// Copyright 2016 The ANGLE Project Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6// SamplerNULL.cpp:
7// Implements the class methods for SamplerNULL.
8//
9
10#include "libANGLE/renderer/null/SamplerNULL.h"
11
12#include "common/debug.h"
13
14namespace rx
15{
16
17SamplerNULL::SamplerNULL() : SamplerImpl()
18{
19}
20
21SamplerNULL::~SamplerNULL()
22{
23}
24
25} // namespace rx