summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.cpp
blob: c9554431e5d9bcd4cb1f83d9be9e6ad98a43fbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Copyright 2017 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.
//
// ProgramPipelineNULL.cpp:
//    Implements the class methods for ProgramPipeline11.
//

#include "libANGLE/renderer/d3d/d3d11/ProgramPipeline11.h"

namespace rx
{

ProgramPipeline11::ProgramPipeline11(const gl::ProgramPipelineState &state)
    : ProgramPipelineImpl(state)
{
}

ProgramPipeline11::~ProgramPipeline11()
{
}

}  // namespace rx