summaryrefslogtreecommitdiffstats
path: root/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/ProgramPipeline11.cpp
blob: 2790809dde3c65a00dbdcf22b69db8e0868dc416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// 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