Search Results for

    Show / Hide Table of Contents

    Class GraphicsShaderStateDescription

    This struct contains all the shader stages.

    Inheritance
    object
    ShaderStateDescription
    GraphicsShaderStateDescription
    Implements
    IEquatable<ShaderStateDescription>
    IEquatable<GraphicsShaderStateDescription>
    Inherited Members
    ShaderStateDescription.constantBuffersBindings
    ShaderStateDescription.texturesBindings
    ShaderStateDescription.bufferParametersBinding
    ShaderStateDescription.Equals(ShaderStateDescription)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public class GraphicsShaderStateDescription : ShaderStateDescription, IEquatable<ShaderStateDescription>, IEquatable<GraphicsShaderStateDescription>

    Fields

    DomainShader

    Gets or sets the domain shader program.

    Declaration
    public Shader DomainShader
    Field Value
    Type Description
    Shader

    GeometryShader

    Gets or sets the geometry shader program.

    Declaration
    public Shader GeometryShader
    Field Value
    Type Description
    Shader

    HullShader

    Gets or sets the hull shader program.

    Declaration
    public Shader HullShader
    Field Value
    Type Description
    Shader

    PixelShader

    Gets or sets the pixel shader program.

    Declaration
    public Shader PixelShader
    Field Value
    Type Description
    Shader

    ShaderInputLayout

    Represent a relationship between semantics and shader locations.

    Declaration
    public InputLayouts ShaderInputLayout
    Field Value
    Type Description
    InputLayouts

    VertexShader

    Gets or sets the vertex shader program.

    Declaration
    public Shader VertexShader
    Field Value
    Type Description
    Shader

    Methods

    Equals(GraphicsShaderStateDescription)

    Declaration
    public bool Equals(GraphicsShaderStateDescription other)
    Parameters
    Type Name Description
    GraphicsShaderStateDescription other
    Returns
    Type Description
    bool

    Equals(object)

    Determines whether the specified object is equal to this instance.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with this instance.

    Returns
    Type Description
    bool

    true if the specified object is equal to this instance; otherwise, false.

    Overrides
    ShaderStateDescription.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ShaderStateDescription.GetHashCode()

    Implements

    IEquatable<T>
    IEquatable<T>

    Extension Methods

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