Class CompilerResults
Result of a compilation.
public class CompilerResults : LoggerResult, ILogger, IProgressStatus- Inheritance
- 
      objectCompilerResults
- 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.