Class VertexFragmentCompilationResult
- Namespace
- NeoVeldrid.SPIRV
- Assembly
- NeoVeldrid.SPIRV.dll
The output of a cross-compile operation of a vertex-fragment shader pair from SPIR-V to some target language.
public class VertexFragmentCompilationResult
- Inheritance
-
VertexFragmentCompilationResult
- Inherited Members
Properties
FragmentShader
The translated fragment shader source code.
public string FragmentShader { get; }
Property Value
Reflection
Information about the resources used in the compiled shaders.
public SpirvReflection Reflection { get; }
Property Value
VertexShader
The translated vertex shader source code.
public string VertexShader { get; }