class
Program
public class Program The results of an individual shader program compile (PS, VS etc)
Constructors
Program() Properties
| Name | Type | Description |
|---|---|---|
Name | String | The identifier for this program |
ComboCount | Int32 | How many combos had to be compiled for this program. This is Static * Dynamic. |
Source | String | The full pre-processed source for this shader |
Success | Boolean | True if this was compiled successfully |
Output | List<String> | Shader compile output, warnings and errors |
Assembly:
Sandbox.Engine Declaring Type: ShaderCompile/Results Full Name: Sandbox.Engine.Shaders.ShaderCompile.Results.Program