HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LightHandler.h File Reference
+ Include dependency graph for LightHandler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LightHandler
 

Typedefs

using LightHandlerPtr = std::shared_ptr< class LightHandler >
 Shared pointer to a LightHandler. More...
 
using LightIdMap = std::unordered_map< string, unsigned int >
 An unordered map from light names to light indices. More...
 

Variables

MATERIALX_NAMESPACE_BEGIN
MX_RENDER_API const int 
DEFAULT_ENV_SAMPLE_COUNT
 

Detailed Description

Handler for hardware lights

Definition in file LightHandler.h.

Typedef Documentation

using LightHandlerPtr = std::shared_ptr<class LightHandler>

Shared pointer to a LightHandler.

Definition at line 25 of file LightHandler.h.

using LightIdMap = std::unordered_map<string, unsigned int>

An unordered map from light names to light indices.

Definition at line 28 of file LightHandler.h.

Variable Documentation