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

    Class PlanarReflectionProbeCache

    Inheritance
    Object
    PlanarReflectionProbeCache
    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    Syntax
    public class PlanarReflectionProbeCache

    Constructors

    PlanarReflectionProbeCache(HDRenderPipelineAsset, IBLFilterGGX, Int32, Int32, TextureFormat, Boolean)

    Declaration
    public PlanarReflectionProbeCache(HDRenderPipelineAsset hdAsset, IBLFilterGGX iblFilter, int cacheSize, int probeSize, TextureFormat probeFormat, bool isMipmaped)
    Parameters
    Type Name Description
    HDRenderPipelineAsset hdAsset
    IBLFilterGGX iblFilter
    Int32 cacheSize
    Int32 probeSize
    TextureFormat probeFormat
    Boolean isMipmaped

    Methods

    FetchSlice(CommandBuffer, Texture)

    Declaration
    public int FetchSlice(CommandBuffer cmd, Texture texture)
    Parameters
    Type Name Description
    CommandBuffer cmd
    Texture texture
    Returns
    Type Description
    Int32

    GetTexCache()

    Declaration
    public Texture GetTexCache()
    Returns
    Type Description
    Texture

    NewFrame()

    Declaration
    public void NewFrame()

    Release()

    Declaration
    public void Release()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX