docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetRayTracingTextureParam

    SetRayTracingTextureParam(RayTracingShader, string, TextureHandle)

    Wraps SetRayTracingTextureParam on a CommandBuffer.

    Declaration
    void SetRayTracingTextureParam(RayTracingShader rayTracingShader, string name, TextureHandle rt)
    Parameters
    Type Name Description
    RayTracingShader rayTracingShader

    See CommandBuffer documentation

    string name

    See CommandBuffer documentation

    TextureHandle rt

    See CommandBuffer documentation

    SetRayTracingTextureParam(RayTracingShader, int, TextureHandle)

    Wraps SetRayTracingTextureParam on a CommandBuffer.

    Declaration
    void SetRayTracingTextureParam(RayTracingShader rayTracingShader, int nameID, TextureHandle rt)
    Parameters
    Type Name Description
    RayTracingShader rayTracingShader

    See CommandBuffer documentation

    int nameID

    See CommandBuffer documentation

    TextureHandle rt

    See CommandBuffer documentation

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)