HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hdSt/drawTargetRenderPassState.h"
#include "pxr/imaging/hd/rprimCollection.h"
#include "pxr/imaging/hd/sprim.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/base/gf/vec2i.h"
#include "pxr/base/tf/staticTokens.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | HdStDrawTarget |
Macros | |
#define | HDST_DRAW_TARGET_TOKENS |
Typedefs | |
using | HdStDrawTargetPtrVector = std::vector< class HdStDrawTarget * > |
Functions | |
TF_DECLARE_PUBLIC_TOKENS (HdStDrawTargetTokens, HDST_API, HDST_DRAW_TARGET_TOKENS) | |
#define HDST_DRAW_TARGET_TOKENS |
Definition at line 42 of file drawTarget.h.
using HdStDrawTargetPtrVector = std::vector<class HdStDrawTarget *> |
Definition at line 55 of file drawTarget.h.
TF_DECLARE_PUBLIC_TOKENS | ( | HdStDrawTargetTokens | , |
HDST_API | , | ||
HDST_DRAW_TARGET_TOKENS | |||
) |