HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/glf/api.h"
#include "pxr/imaging/glf/texture.h"
#include "pxr/imaging/garch/glApi.h"
#include "pxr/base/gf/vec2i.h"
#include "pxr/base/gf/matrix4d.h"
#include "pxr/base/tf/declarePtrs.h"
#include "pxr/base/tf/refBase.h"
#include "pxr/base/tf/weakBase.h"
#include <map>
#include <memory>
#include <set>
#include <string>
Go to the source code of this file.
Classes | |
class | GlfDrawTarget |
class | GlfDrawTarget::Attachment |
class | GlfDrawTarget::AttachmentsContainer |
Typedefs | |
typedef std::shared_ptr< class GlfGLContext > | GlfGLContextSharedPtr |
Functions | |
PXR_NAMESPACE_OPEN_SCOPE | TF_DECLARE_WEAK_AND_REF_PTRS (GlfDrawTarget) |
typedef std::shared_ptr<class GlfGLContext> GlfGLContextSharedPtr |
Definition at line 50 of file drawTarget.h.
PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_AND_REF_PTRS | ( | GlfDrawTarget | ) |