Search Results for

    Show / Hide Table of Contents

    Class RadianceCompute

    Inheritance
    object
    BaseMaterialDecorator
    ComputeTaskDecorator
    RadianceCompute
    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
    [MaterialDecorator("d0cd29fb-701e-4e2e-b6af-d9d138675e06")]
    public class RadianceCompute : ComputeTaskDecorator

    Constructors

    RadianceCompute(ComputeTask)

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

    RadianceCompute(Effect)

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

    Properties

    OutputMip1

    Declaration
    public Texture OutputMip1 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip2

    Declaration
    public Texture OutputMip2 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip3

    Declaration
    public Texture OutputMip3 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip4

    Declaration
    public Texture OutputMip4 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip5

    Declaration
    public Texture OutputMip5 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip6

    Declaration
    public Texture OutputMip6 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip7

    Declaration
    public Texture OutputMip7 { get; set; }
    Property Value
    Type Description
    Texture

    OutputMip8

    Declaration
    public Texture OutputMip8 { get; set; }
    Property Value
    Type Description
    Texture

    Parmams_CubemapSize

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

    Parmams_FirstMip

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

    Parmams_NumMipLevelsToGenerate

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

    Parmams_TotalNumMipLevels

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

    Sampler

    Declaration
    public SamplerState Sampler { get; set; }
    Property Value
    Type Description
    SamplerState

    SourceTexture

    Declaration
    public Texture SourceTexture { get; set; }
    Property Value
    Type Description
    Texture

    Extension Methods

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