Table of Contents

Class ComputeCompilationResult

Namespace
NeoVeldrid.SPIRV
Assembly
NeoVeldrid.SPIRV.dll

The output of a cross-compile operation of a compute shader from SPIR-V to some target language.

public class ComputeCompilationResult
Inheritance
ComputeCompilationResult
Inherited Members

Properties

ComputeShader

The translated shader source code.

public string ComputeShader { get; }

Property Value

string

Reflection

Information about the resources used in the compiled shader.

public SpirvReflection Reflection { get; }

Property Value

SpirvReflection