Search Results for

    Show / Hide Table of Contents

    Class ShaderFile

    The shader file.

    Inheritance
    object
    ShaderFile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics.Effects.Models
    Assembly: Evergine.Framework.dll
    Syntax
    public class ShaderFile

    Constructors

    ShaderFile(string)

    Initializes a new instance of the ShaderFile class.

    Declaration
    public ShaderFile(string filename)
    Parameters
    Type Name Description
    string filename

    Shader file name.

    Fields

    code

    The code.

    Declaration
    public string code
    Field Value
    Type Description
    string

    codeLines

    The code lines.

    Declaration
    public string[] codeLines
    Field Value
    Type Description
    string[]

    filename

    The filename.

    Declaration
    public string filename
    Field Value
    Type Description
    string

    includes

    The includes.

    Declaration
    public List<Include> includes
    Field Value
    Type Description
    List<Include>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX