mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
adding OsdVertex to the OpenSubdiv namespace
This commit is contained in:
parent
03a78f07e9
commit
92b1930927
@ -1,6 +1,9 @@
|
||||
#ifndef GSD_VERTEX_H
|
||||
#define GSD_VERTEX_H
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
||||
class OsdVertex {
|
||||
public:
|
||||
OsdVertex() {}
|
||||
@ -12,4 +15,9 @@ public:
|
||||
void Clear(void * = 0) {}
|
||||
};
|
||||
|
||||
} // end namespace OPENSUBDIV_VERSION
|
||||
using namespace OPENSUBDIV_VERSION;
|
||||
|
||||
} // end namespace OpenSubdiv
|
||||
|
||||
#endif // GSD_VERTEX_H
|
||||
|
Loading…
Reference in New Issue
Block a user