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
Reflection
Information about the resources used in the compiled shader.
public SpirvReflection Reflection { get; }