Class ShaderPermutation

Namespace
Elegy.ShaderTool
Assembly
Elegy.ShaderTool.dll
public class ShaderPermutation
Inheritance
ShaderPermutation
Inherited Members

Constructors

ShaderPermutation(string, string, string)

public ShaderPermutation(string vertexContents, string pixelContents, string variant)

Parameters

vertexContents string
pixelContents string
variant string

Properties

PixelContents

public string PixelContents { get; }

Property Value

string

Variant

public string Variant { get; }

Property Value

string

VertexContents

public string VertexContents { get; }

Property Value

string