Search Results for

    Show / Hide Table of Contents

    Struct Include

    Shader file include.

    Namespace: Evergine.Framework.Graphics.Effects.Models
    Assembly: Evergine.Framework.dll
    Syntax
    public struct Include

    Constructors

    Include(int, string)

    Initializes a new instance of the Include struct.

    Declaration
    public Include(int line, string filename)
    Parameters
    Type Name Description
    int line

    Line to insert.

    string filename

    Filename to include.

    Fields

    filename

    The filename.

    Declaration
    public string filename
    Field Value
    Type Description
    string

    line

    The line.

    Declaration
    public int line
    Field Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX