HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bufferSource.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/diagnostic.h"
#include "pxr/base/tf/token.h"
#include <atomic>
#include <memory>
#include <vector>
+ Include dependency graph for bufferSource.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HdBufferSource
 
class  HdComputedBufferSource
 
class  HdNullBufferSource
 

Typedefs

using HdBufferSourceSharedPtr = std::shared_ptr< HdBufferSource >
 
using HdBufferSourceConstSharedPtr = std::shared_ptr< HdBufferSource const >
 
using HdBufferSourceSharedPtrVector = std::vector< HdBufferSourceSharedPtr >
 
using HdBufferSourceWeakPtr = std::weak_ptr< HdBufferSource >
 

Typedef Documentation

Definition at line 43 of file bufferSource.h.

using HdBufferSourceSharedPtr = std::shared_ptr<HdBufferSource>

Definition at line 42 of file bufferSource.h.

Definition at line 44 of file bufferSource.h.

using HdBufferSourceWeakPtr = std::weak_ptr<HdBufferSource>

Definition at line 45 of file bufferSource.h.