Class RadianceCompute
Inheritance
RadianceCompute
Assembly: Evergine.Framework.dll
Syntax
[MaterialDecorator("d0cd29fb-701e-4e2e-b6af-d9d138675e06")]
public class RadianceCompute : ComputeTaskDecorator
Constructors
RadianceCompute(ComputeTask)
Declaration
public RadianceCompute(ComputeTask computeTask)
Parameters
RadianceCompute(Effect)
Declaration
public RadianceCompute(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
Properties
OutputMip1
Declaration
public Texture OutputMip1 { get; set; }
Property Value
OutputMip2
Declaration
public Texture OutputMip2 { get; set; }
Property Value
OutputMip3
Declaration
public Texture OutputMip3 { get; set; }
Property Value
OutputMip4
Declaration
public Texture OutputMip4 { get; set; }
Property Value
OutputMip5
Declaration
public Texture OutputMip5 { get; set; }
Property Value
OutputMip6
Declaration
public Texture OutputMip6 { get; set; }
Property Value
OutputMip7
Declaration
public Texture OutputMip7 { get; set; }
Property Value
OutputMip8
Declaration
public Texture OutputMip8 { get; set; }
Property Value
Parmams_CubemapSize
Declaration
public uint Parmams_CubemapSize { get; set; }
Property Value
Parmams_FirstMip
Declaration
public uint Parmams_FirstMip { get; set; }
Property Value
Parmams_NumMipLevelsToGenerate
Declaration
public uint Parmams_NumMipLevelsToGenerate { get; set; }
Property Value
Parmams_TotalNumMipLevels
Declaration
public uint Parmams_TotalNumMipLevels { get; set; }
Property Value
Sampler
Declaration
public SamplerState Sampler { get; set; }
Property Value
SourceTexture
Declaration
public Texture SourceTexture { get; set; }
Property Value
Extension Methods