HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bufferArray.h File Reference
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/bufferSpec.h"
#include "pxr/base/tf/token.h"
#include "pxr/base/vt/value.h"
#include <atomic>
#include <memory>
#include <mutex>
+ Include dependency graph for bufferArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  HdBufferArrayUsageHint
 
struct  HdBufferArrayUsageHint::_Bits
 
class  HdBufferArray
 

Typedefs

using HdBufferArraySharedPtr = std::shared_ptr< class HdBufferArray >
 
using HdBufferArrayRangeSharedPtr = std::shared_ptr< HdBufferArrayRange >
 
using HdBufferArrayRangePtr = std::weak_ptr< HdBufferArrayRange >
 

Typedef Documentation

using HdBufferArrayRangePtr = std::weak_ptr<HdBufferArrayRange>

Definition at line 45 of file bufferArray.h.

Definition at line 44 of file bufferArray.h.

using HdBufferArraySharedPtr = std::shared_ptr<class HdBufferArray>

Definition at line 43 of file bufferArray.h.