OpenSubdiv
Loading...
Searching...
No Matches
d3d11Mesh.h
Go to the documentation of this file.
1//
2// Copyright 2013 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://opensubdiv.org/license.
6//
7
8#ifndef OPENSUBDIV3_OSD_D3D11MESH_H
9#define OPENSUBDIV3_OSD_D3D11MESH_H
10
11#include "../version.h"
12
13#include "../osd/mesh.h"
15
16namespace OpenSubdiv {
17namespace OPENSUBDIV_VERSION {
18
19namespace Osd {
20
22
23
24} // end namespace Osd
25
26} // end namespace OPENSUBDIV_VERSION
27using namespace OPENSUBDIV_VERSION;
28
29} // end namespace OpenSubdiv
30
31#endif // OPENSUBDIV3_OSD_D3D11MESH_H
MeshInterface< D3D11PatchTable > D3D11MeshInterface
Definition d3d11Mesh.h:21