Class PipelineInfo
- Namespace
- Elegy.RenderBackend.Assets
- Assembly
- Elegy.RenderBackend.dll
public class PipelineInfo
- Inheritance
-
PipelineInfo
- Inherited Members
-
Properties
AlphaTest
public bool AlphaTest { get; set; }
Property Value
- bool
AlphaTestThreshold
public float AlphaTestThreshold { get; set; }
Property Value
- float
BlendMode
public Blending BlendMode { get; set; }
Property Value
- Blending
DepthTest
public bool DepthTest { get; set; }
Property Value
- bool
FaceCulling
public FaceCullMode FaceCulling { get; set; }
Property Value
- FaceCullMode