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

    Class BC6HExtensions

    Inheritance
    Object
    BC6HExtensions
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public static class BC6HExtensions

    Methods

    BC6HEncodeFastCubemap(CommandBuffer, RenderTargetIdentifier, Int32, RenderTargetIdentifier, Int32, Int32, Int32)

    Declaration
    public static void BC6HEncodeFastCubemap(this CommandBuffer cmb, RenderTargetIdentifier source, int sourceSize, RenderTargetIdentifier target, int fromMip, int toMip, int targetArrayIndex = 0)
    Parameters
    Type Name Description
    CommandBuffer cmb
    RenderTargetIdentifier source
    Int32 sourceSize
    RenderTargetIdentifier target
    Int32 fromMip
    Int32 toMip
    Int32 targetArrayIndex
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX