Class CompilationResult
public class CompilationResult : IDisposable
- Inheritance
-
CompilationResult
- Implements
- Inherited Members
Constructors
CompilationResult(shaderc_compilation_result*)
public CompilationResult(shaderc_compilation_result* result)
Parameters
result
shaderc_compilation_result*
Fields
Handle
public shaderc_compilation_result* Handle
Field Value
Properties
Bytes
public byte[] Bytes { get; }
Property Value
- byte[]
ErrorMessage
public string ErrorMessage { get; }
Property Value
Length
public int Length { get; }
Property Value
Status
public CompilationStatus Status { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~CompilationResult()
protected ~CompilationResult()