CompilerResults Class
Namespace: Stride.Shaders.CompilerAssembly: Stride.Shaders.dll
Result of a compilation.
Derived from CompilerResults:
public class CompilerResults : LoggerResult, ILogger, IProgressStatus
Name | Description | |
---|---|---|
Constructors | ||
CompilerResults() | Initializes a new instance of the LoggerResult class. |
|
Properties | ||
Bytecode | Gets or sets the main bytecode. |
|
SourceParameters | Parameters used to create this shader. |
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
Type | Description |
---|---|
TaskOrResult<EffectBytecodeCompilerResult> | The main bytecode. |
SourceParameters
Parameters used to create this shader.
public CompilerParameters SourceParameters { get; set; }
Property Value
Type | Description |
---|---|
CompilerParameters | The ParameterCollection. |