API Referenceglobal
Programclass
The results of an individual shader program compile (PS, VS etc)
object→Program
Constructors1
Showing 1 constructors
public Program()
No results match this filter.
Properties5
Showing 5 properties
public int Sandbox.Engine.Shaders.ShaderCompile.Results.Program.ComboCount { get; set; }
How many combos had to be compiled for this program. This is Static * Dynamic.
Returns:
int—public string Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Name { get; set; }
The identifier for this program
Returns:
string—public System.Collections.Generic.List`1<string> Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Output { get; set; }
Shader compile output, warnings and errors
Returns:
List<string>—public string Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Source { get; set; }
The full pre-processed source for this shader
Returns:
string—public bool Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Success { get; set; }
True if this was compiled successfully
Returns:
bool—No results match this filter.