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

Go to the source code of this file.

Classes

class  GenContext
 
class  ClosureContext
 
class  ScopedSetClosureParams
 
class  ScopedSetVariableName
 A RAII class for overriding port variable names. More...
 

Typedefs

using ApplicationVariableHandler = std::function< void(ShaderNode *, GenContext &)>
 A standard function to allow for handling of application variables for a given node. More...
 

Detailed Description

Context classes for shader generation

Definition in file GenContext.h.

Typedef Documentation

A standard function to allow for handling of application variables for a given node.

Definition at line 25 of file GenContext.h.