Class ShaderVariantEntry

Namespace
Elegy.RenderBackend.Assets
Assembly
Elegy.RenderBackend.dll
public class ShaderVariantEntry
Inheritance
ShaderVariantEntry
Inherited Members

Properties

ParameterSetIds

IDs of parameter sets that are visible to this shader variant.

public List<int> ParameterSetIds { get; set; }

Property Value

List<int>

ShaderBinaryPath

public string ShaderBinaryPath { get; set; }

Property Value

string

ShaderDefine

public string ShaderDefine { get; set; }

Property Value

string

VertexLayouts

Vertex inputs that are visible to this shader variant.

public List<VertexLayoutEntry> VertexLayouts { get; set; }

Property Value

List<VertexLayoutEntry>