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

    OutputMip1View

    Declaration
    public TextureView OutputMip1View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip2

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

    OutputMip2View

    Declaration
    public TextureView OutputMip2View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip3

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

    OutputMip3View

    Declaration
    public TextureView OutputMip3View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip4

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

    OutputMip4View

    Declaration
    public TextureView OutputMip4View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip5

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

    OutputMip5View

    Declaration
    public TextureView OutputMip5View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip6

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

    OutputMip6View

    Declaration
    public TextureView OutputMip6View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip7

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

    OutputMip7View

    Declaration
    public TextureView OutputMip7View { get; set; }
    Property Value
    Type Description
    TextureView

    OutputMip8

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

    OutputMip8View

    Declaration
    public TextureView OutputMip8View { get; set; }
    Property Value
    Type Description
    TextureView

    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

    SourceTextureView

    Declaration
    public TextureView SourceTextureView { get; set; }
    Property Value
    Type Description
    TextureView

    Extension Methods

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