Programclass

The results of an individual shader program compile (PS, VS etc)

objectProgram
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Engine.Shaders.ShaderCompile.Results.Program

Constructors1

Showing 1 constructors

Properties5

Showing 5 properties

public int Sandbox.Engine.Shaders.ShaderCompile.Results.Program.ComboCount { get; set; }PUBLICGETSET

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; }PUBLICGETSET

The identifier for this program

Returns:string

public System.Collections.Generic.List`1<string> Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Output { get; set; }PUBLICGETSET

Shader compile output, warnings and errors

Returns:List<string>

public string Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Source { get; set; }PUBLICGETSET

The full pre-processed source for this shader

Returns:string

public bool Sandbox.Engine.Shaders.ShaderCompile.Results.Program.Success { get; set; }PUBLICGETSET

True if this was compiled successfully

Returns:bool

On this page