![]() |
• Graphics Manager | ||||||||||||||||||||||||||
|
API Links
Developer Links
|
class ProcessDefined in:
The C4Processes.hProcess class represents an operation performed on data in a shader graph.
Definition
Member Functions
Constructor
Parameters
Description
A Process object is a node in a shader graph that represents some kind of operation or data source. Each type of process has between 0 and 4 input ports through which data can be received from other processes. Most types of processes generate an output value that can be sent to the input ports of other processes.
Base Classes
See Also
Wiki Articles
List of Basic Shader Processes List of Mathematical Shader Processes |