#include "../version.h"
#include "../far/kernelBatch.h"
#include "../far/topologyRefiner.h"
#include "../far/patchTablesFactory.h"
#include "../far/stencilTables.h"
#include "../far/stencilTablesFactory.h"
#include "../osd/error.h"
#include "../osd/vertex.h"
#include "../osd/vertexDescriptor.h"
#include <bitset>
#include <cassert>
#include <cstring>
Go to the source code of this file.
Classes | |
class | MeshInterface< DRAW_CONTEXT > |
class | Mesh< VERTEX_BUFFER, COMPUTE_CONTROLLER, DRAW_CONTEXT > |
Namespaces | |
OpenSubdiv | |
OpenSubdiv::OPENSUBDIV_VERSION | |
OpenSubdiv::OPENSUBDIV_VERSION::Osd | |
Typedefs | |
typedef std::bitset < NUM_MESH_BITS > | MeshBitset |
Enumerations | |
enum | MeshBits { MeshAdaptive = 0, MeshInterleaveVarying = 1, MeshPtexData = 2, MeshFVarData = 3, NUM_MESH_BITS = 4 } |