Class IBLFilterBSDF | High Definition RP | 6.7.1-preview
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023