HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdx/api.h"
#include "pxr/imaging/hdx/version.h"
#include "pxr/imaging/hd/task.h"
#include "pxr/imaging/glf/simpleLight.h"
#include "pxr/imaging/glf/simpleMaterial.h"
#include "pxr/imaging/cameraUtil/framing.h"
#include "pxr/base/gf/vec3f.h"
#include "pxr/base/tf/declarePtrs.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | HdxSimpleLightTask |
struct | HdxSimpleLightTaskParams |
struct | HdxShadowParams |
Typedefs | |
using | HdRenderPassSharedPtr = std::shared_ptr< class HdRenderPass > |
using | HdStSimpleLightingShaderSharedPtr = std::shared_ptr< class HdStSimpleLightingShader > |
using | HdxShadowMatrixComputationSharedPtr = std::shared_ptr< class HdxShadowMatrixComputation > |
Functions | |
TF_DECLARE_REF_PTRS (GlfSimpleShadowArray) | |
HDX_API std::ostream & | operator<< (std::ostream &out, const HdxSimpleLightTaskParams &pv) |
HDX_API bool | operator== (const HdxSimpleLightTaskParams &lhs, const HdxSimpleLightTaskParams &rhs) |
HDX_API bool | operator!= (const HdxSimpleLightTaskParams &lhs, const HdxSimpleLightTaskParams &rhs) |
HDX_API std::ostream & | operator<< (std::ostream &out, const HdxShadowParams &pv) |
HDX_API bool | operator== (const HdxShadowParams &lhs, const HdxShadowParams &rhs) |
HDX_API bool | operator!= (const HdxShadowParams &lhs, const HdxShadowParams &rhs) |
using HdRenderPassSharedPtr = std::shared_ptr<class HdRenderPass> |
Definition at line 49 of file simpleLightTask.h.
using HdStSimpleLightingShaderSharedPtr = std::shared_ptr<class HdStSimpleLightingShader> |
Definition at line 51 of file simpleLightTask.h.
using HdxShadowMatrixComputationSharedPtr = std::shared_ptr<class HdxShadowMatrixComputation> |
Definition at line 53 of file simpleLightTask.h.
HDX_API bool operator!= | ( | const HdxSimpleLightTaskParams & | lhs, |
const HdxSimpleLightTaskParams & | rhs | ||
) |
HDX_API bool operator!= | ( | const HdxShadowParams & | lhs, |
const HdxShadowParams & | rhs | ||
) |
HDX_API std::ostream& operator<< | ( | std::ostream & | out, |
const HdxSimpleLightTaskParams & | pv | ||
) |
HDX_API std::ostream& operator<< | ( | std::ostream & | out, |
const HdxShadowParams & | pv | ||
) |
HDX_API bool operator== | ( | const HdxSimpleLightTaskParams & | lhs, |
const HdxSimpleLightTaskParams & | rhs | ||
) |
HDX_API bool operator== | ( | const HdxShadowParams & | lhs, |
const HdxShadowParams & | rhs | ||
) |
TF_DECLARE_REF_PTRS | ( | GlfSimpleShadowArray | ) |