25 #ifndef OSD_CPU_VERTEX_DESCRIPTOR_H
26 #define OSD_CPU_VERTEX_DESCRIPTOR_H
28 #include "../version.h"
31 namespace OpenSubdiv {
32 namespace OPENSUBDIV_VERSION {
78 using namespace OPENSUBDIV_VERSION;
bool operator==(VertexBufferDescriptor const other) const
True if the descriptors are identical.
bool IsValid() const
True if the descriptor values are internally consistent.
Describes vertex elements in interleaved data buffers.
void Reset()
Resets the descriptor to default.
VertexBufferDescriptor()
Default Constructor.
bool CanEval(VertexBufferDescriptor const &other) const
VertexBufferDescriptor(int o, int l, int s)
Constructor.