{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method VerticalGaussianBlur | High Definition RP | 10.5.0
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method VerticalGaussianBlur

    VerticalGaussianBlur(in CustomPassContext, RTHandle, RTHandle, int, float, int, int)

    Vertical gaussian blur pass

    선언
    public static void VerticalGaussianBlur(in CustomPassContext ctx, RTHandle source, RTHandle destination, int sampleCount = 8, float radius = 5, int sourceMip = 0, int destMip = 0)
    파라미터
    타입 이름 설명
    CustomPassContext ctx

    Custom Pass Context.

    RTHandle source

    Source to use for the gaussian blur.

    RTHandle destination

    Destination buffer of the gaussian blur.

    int sampleCount

    Number of samples to use for the gaussian blur. A high number will impact performances.

    float radius

    Radius in pixel of the gaussian blur.

    int sourceMip

    Source mip level to sample from.

    int destMip

    Destination mip level to write to.

    VerticalGaussianBlur(in CustomPassContext, RTHandle, RTHandle, Vector4, Vector4, int, float, int, int)

    Vertical gaussian blur pass

    선언
    public static void VerticalGaussianBlur(in CustomPassContext ctx, RTHandle source, RTHandle destination, Vector4 sourceScaleBias, Vector4 destScaleBias, int sampleCount = 8, float radius = 5, int sourceMip = 0, int destMip = 0)
    파라미터
    타입 이름 설명
    CustomPassContext ctx

    Custom Pass Context.

    RTHandle source

    Source to use for the gaussian blur.

    RTHandle destination

    Destination buffer of the gaussian blur.

    Vector4 sourceScaleBias

    Scale and bias to apply when sampling the source buffer

    Vector4 destScaleBias

    Scale and bias to apply when writing into the destination buffer.

    int sampleCount

    Number of samples to use for the gaussian blur. A high number will impact performances.

    float radius

    Radius in pixel of the gaussian blur.

    int sourceMip

    Source mip level to sample from.

    int destMip

    Destination mip level to write to.

    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)