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
Properties
PixelContents
public string PixelContents { get; }
Property Value
Variant
public string Variant { get; }
Property Value
VertexContents
public string VertexContents { get; }