s&box docs

public class Sandbox.Engine.Shaders.ShaderCompile.Results.Program

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

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Properties

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.

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

The identifier for this program

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

Shader compile output, warnings and errors

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

The full pre-processed source for this shader

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

True if this was compiled successfully

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Engine.Shaders.ShaderCompile.Results.Program

On this page