HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simpleLightTask.h File Reference
+ Include dependency graph for simpleLightTask.h:

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)
 

Typedef Documentation

using HdRenderPassSharedPtr = std::shared_ptr<class HdRenderPass>

Definition at line 49 of file simpleLightTask.h.

Definition at line 51 of file simpleLightTask.h.

Definition at line 53 of file simpleLightTask.h.

Function Documentation

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  )