Search Results for

    Show / Hide Table of Contents

    Class SkinningCompute

    Inheritance
    object
    BaseMaterialDecorator
    ComputeTaskDecorator
    SkinningCompute
    Inherited Members
    ComputeTaskDecorator.ComputeTask
    ComputeTaskDecorator.Run(uint, uint, uint, string)
    ComputeTaskDecorator.Run(CommandBuffer, uint, uint, uint, string)
    ComputeTaskDecorator.Run1D(CommandBuffer, uint, uint, string)
    ComputeTaskDecorator.Run1D(uint, uint, string)
    ComputeTaskDecorator.Run2D(CommandBuffer, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run2D(uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(CommandBuffer, uint, uint, uint, uint, uint, uint, string)
    ComputeTaskDecorator.Run3D(uint, uint, uint, uint, uint, uint, string)
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Graphics.Computes
    Assembly: Evergine.Framework.dll
    Syntax
    public class SkinningCompute : ComputeTaskDecorator

    Constructors

    SkinningCompute(ComputeTask)

    Declaration
    public SkinningCompute(ComputeTask computeTask)
    Parameters
    Type Name Description
    ComputeTask computeTask

    SkinningCompute(Effect)

    Declaration
    public SkinningCompute(Effect effect)
    Parameters
    Type Name Description
    Effect effect

    Properties

    BoneBuffer

    Declaration
    public Buffer BoneBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    BoneIndicesBuffer

    Declaration
    public Buffer BoneIndicesBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    BoneWeightsBuffer

    Declaration
    public Buffer BoneWeightsBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    NormalBuffer

    Declaration
    public Buffer NormalBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    OutputNormalBuffer

    Declaration
    public Buffer OutputNormalBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    OutputPositionBuffer

    Declaration
    public Buffer OutputPositionBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    OutputTangentBuffer

    Declaration
    public Buffer OutputTangentBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    Params_BlendIndicesOffset

    Declaration
    public int Params_BlendIndicesOffset { get; set; }
    Property Value
    Type Description
    int

    Params_BlendWeightsOffset

    Declaration
    public int Params_BlendWeightsOffset { get; set; }
    Property Value
    Type Description
    int

    Params_NormalOffset

    Declaration
    public int Params_NormalOffset { get; set; }
    Property Value
    Type Description
    int

    Params_NumVertices

    Declaration
    public uint Params_NumVertices { get; set; }
    Property Value
    Type Description
    uint

    Params_PositionOffset

    Declaration
    public int Params_PositionOffset { get; set; }
    Property Value
    Type Description
    int

    Params_TangentOffset

    Declaration
    public int Params_TangentOffset { get; set; }
    Property Value
    Type Description
    int

    PositionBuffer

    Declaration
    public Buffer PositionBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    TangentBuffer

    Declaration
    public Buffer TangentBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    Extension Methods

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