Search Results for

    Show / Hide Table of Contents

    Class SamplerInfo

    Sampler graphic resource information.

    Inheritance
    object
    GraphicsResourceInfo
    SamplerInfo
    Implements
    IEquatable<GraphicsResourceInfo>
    Inherited Members
    GraphicsResourceInfo.Name
    GraphicsResourceInfo.Type
    GraphicsResourceInfo.Slot
    GraphicsResourceInfo.Equals(GraphicsResourceInfo)
    GraphicsResourceInfo.Equals(object)
    GraphicsResourceInfo.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public class SamplerInfo : GraphicsResourceInfo, IEquatable<GraphicsResourceInfo>

    Constructors

    SamplerInfo(string, int)

    Initializes a new instance of the SamplerInfo class.

    Declaration
    public SamplerInfo(string name, int slot)
    Parameters
    Type Name Description
    string name

    Sampler name.

    int slot

    Sampler slot.

    SamplerInfo(string, string)

    Initializes a new instance of the SamplerInfo class.

    Declaration
    public SamplerInfo(string name, string slot)
    Parameters
    Type Name Description
    string name

    Sampler name.

    string slot

    Sampler slot.

    Methods

    Read(BinaryReader)

    Read a samplerInfo from a binary file.

    Declaration
    public static SamplerInfo Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Returns
    Type Description
    SamplerInfo

    The read samplerInfo.

    Write(BinaryWriter)

    Write a samplerInfo into a binary file.

    Declaration
    public override void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The binary writer.

    Overrides
    GraphicsResourceInfo.Write(BinaryWriter)

    Implements

    IEquatable<T>

    Extension Methods

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