Table of Contents

Class CompilerResults

Namespace
Stride.Shaders.Compiler
Assembly
Stride.Shaders.dll

Result of a compilation.

public class CompilerResults : LoggerResult, ILogger, IProgressStatus
Inheritance
CompilerResults
Implements
Inherited Members

Constructors

CompilerResults()

Initializes a new instance of the LoggerResult class.

public CompilerResults()

Properties

Bytecode

Gets or sets the main bytecode.

public TaskOrResult<EffectBytecodeCompilerResult> Bytecode { get; set; }

Property Value

TaskOrResult<EffectBytecodeCompilerResult>

The main bytecode.

SourceParameters

Parameters used to create this shader.

public CompilerParameters SourceParameters { get; set; }

Property Value

CompilerParameters

The ParameterCollection.