class
Results
public class Results The results of a shader compile
Constructors
Results() Properties
| Name | Type | Description |
|---|---|---|
Success | Boolean | True if the shader was compiled successfully. False indicates an error occurred. You can dig deeper into why in Programs. |
Skipped | Boolean | If true then this compile was skipped because nothing changed |
CompiledShader | Byte[] | If successful, this contains the actual resource-encoded bytes of the shader compile. |
Programs | List<Program> |
Assembly:
Sandbox.Engine Declaring Type: ShaderCompile Full Name: Sandbox.Engine.Shaders.ShaderCompile.Results