Search Results for

    Show / Hide Table of Contents

    Class WindCompute

    Inheritance
    object
    BaseMaterialDecorator
    ComputeTaskDecorator
    WindCompute
    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 WindCompute : ComputeTaskDecorator

    Constructors

    WindCompute(ComputeTask)

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

    WindCompute(Effect)

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

    Properties

    Matrices_Direction

    Declaration
    public Vector3 Matrices_Direction { get; set; }
    Property Value
    Type Description
    Vector3

    Matrices_EllapsedTime

    Declaration
    public float Matrices_EllapsedTime { get; set; }
    Property Value
    Type Description
    float

    Matrices_Padding

    Declaration
    public float Matrices_Padding { get; set; }
    Property Value
    Type Description
    float

    Matrices_ParticlesWorldInverse

    Declaration
    public Matrix4x4 Matrices_ParticlesWorldInverse { get; set; }
    Property Value
    Type Description
    Matrix4x4

    Matrices_Position

    Declaration
    public Vector3 Matrices_Position { get; set; }
    Property Value
    Type Description
    Vector3

    ParamsBuffer_MaxParticles

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

    ParamsBuffer_Range

    Declaration
    public float ParamsBuffer_Range { get; set; }
    Property Value
    Type Description
    float

    ParamsBuffer_Strength

    Declaration
    public float ParamsBuffer_Strength { get; set; }
    Property Value
    Type Description
    float

    ParamsBuffer_TimeFactor

    Declaration
    public float ParamsBuffer_TimeFactor { get; set; }
    Property Value
    Type Description
    float

    ParticleBuffer

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

    Extension Methods

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