createShadeStyleManager
Creates a new instance of ShadeStyleManager used to manage shade styles.
Return
A new instance of ShadeStyleManager.
Parameters
The name of the ShadeStyleManager.
A function generating the vertex shader code from a ShadeStructure.
An optional function generating the tessellation control shader code from a ShadeStructure.
An optional function generating the tessellation evaluation shader code from a ShadeStructure.
An optional function generating the geometry shader code from a ShadeStructure.
A function generating the fragment shader code from a ShadeStructure.
The session associated with the ShadeStyleManager. Defaults to the root session if not provided.
Creates a new instance of ShadeStyleManager used to manage shade styles.
Return
A new instance of ShadeStyleManager.
Parameters
The name of the ShadeStyleManager.
A function generating the vertex shader code from a ShadeStructure.
An optional function generating the tessellation control shader code from a ShadeStructure.
An optional function generating the tessellation evaluation shader code from a ShadeStructure.
An optional function generating the geometry shader code from a ShadeStructure.
A function generating the fragment shader code from a ShadeStructure.
The session associated with the ShadeStyleManager. Defaults to the root session if not provided.
Creates a new instance of ShadeStyleManager used to manage shade styles.
Return
A new instance of ShadeStyleManager.
Parameters
The name of the ShadeStyleManager.
A function generating the vertex shader code from a ShadeStructure.
An optional function generating the tessellation control shader code from a ShadeStructure.
An optional function generating the tessellation evaluation shader code from a ShadeStructure.
An optional function generating the geometry shader code from a ShadeStructure.
A function generating the fragment shader code from a ShadeStructure.
The session associated with the ShadeStyleManager. Defaults to the root session if not provided.