Class IBLFilterBSDF | High Definition RP | 6.7.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class IBLFilterBSDF

    Inheritance
    Object
    IBLFilterBSDF
    IBLFilterCharlie
    IBLFilterGGX
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public abstract class IBLFilterBSDF

    Fields

    m_convolveMaterial

    Declaration
    protected Material m_convolveMaterial
    Field Value
    Type Description
    Material

    m_faceWorldToViewMatrixMatrices

    Declaration
    protected Matrix4x4[] m_faceWorldToViewMatrixMatrices
    Field Value
    Type Description
    Matrix4x4[]

    m_MipGenerator

    Declaration
    protected MipGenerator m_MipGenerator
    Field Value
    Type Description
    MipGenerator

    m_RenderPipelineResources

    Declaration
    protected RenderPipelineResources m_RenderPipelineResources
    Field Value
    Type Description
    RenderPipelineResources

    Methods

    Cleanup()

    Declaration
    public abstract void Cleanup()

    FilterCubemap(CommandBuffer, Texture, RenderTexture)

    Declaration
    public abstract void FilterCubemap(CommandBuffer cmd, Texture source, RenderTexture target)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Texture source
    RenderTexture target

    FilterCubemapMIS(CommandBuffer, Texture, RenderTexture, RenderTexture, RenderTexture)

    Declaration
    public abstract void FilterCubemapMIS(CommandBuffer cmd, Texture source, RenderTexture target, RenderTexture conditionalCdf, RenderTexture marginalRowCdf)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Texture source
    RenderTexture target
    RenderTexture conditionalCdf
    RenderTexture marginalRowCdf

    FilterPlanarTexture(CommandBuffer, RenderTexture, RenderTexture)

    Declaration
    public void FilterPlanarTexture(CommandBuffer cmd, RenderTexture source, RenderTexture target)
    Parameters
    Type Name Description
    CommandBuffer cmd
    RenderTexture source
    RenderTexture target

    Initialize(CommandBuffer)

    Declaration
    public abstract void Initialize(CommandBuffer cmd)
    Parameters
    Type Name Description
    CommandBuffer cmd

    IsInitialized()

    Declaration
    public abstract bool IsInitialized()
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX