Table of Contents

Class CompilationResult

Namespace
Pie.Shaderc
Assembly
Pie.Shaderc.dll
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

shaderc_compilation_result*

Properties

Bytes

public byte[] Bytes { get; }

Property Value

byte[]

ErrorMessage

public string ErrorMessage { get; }

Property Value

string

Length

public int Length { get; }

Property Value

int

Status

public CompilationStatus Status { get; }

Property Value

CompilationStatus

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~CompilationResult()

protected ~CompilationResult()