HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/types.h"
#include "pxr/base/tf/stl.h"
#include "pxr/base/tf/token.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | HdBufferSpec |
struct | HdBufferSpec::HashFunctor |
Functor to use for unordered sets, maps. More... | |
Functions | |
template<class HashState > | |
void | TfHashAppend (HashState &h, HdBufferSpec const &bs) |
Variables | |
PXR_NAMESPACE_OPEN_SCOPE typedef std::vector< struct HdBufferSpec > | HdBufferSpecVector |
void TfHashAppend | ( | HashState & | h, |
HdBufferSpec const & | bs | ||
) |
Definition at line 126 of file bufferSpec.h.
PXR_NAMESPACE_OPEN_SCOPE typedef std::vector<struct HdBufferSpec> HdBufferSpecVector |
Definition at line 38 of file bufferSpec.h.