docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Hammersley

    Utility class to bind Hammersley shader constants for Compute Shader

    Inheritance
    object
    Hammersley
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public static class Hammersley

    Methods

    BindConstants(CommandBuffer, ComputeShader)

    Bind the constant buffer to a compute shader via a command buffer using Hammersley constants.

    Declaration
    public static void BindConstants(CommandBuffer cmd, ComputeShader cs)
    Parameters
    Type Name Description
    CommandBuffer cmd

    Command Buffer used to execute the graphic commands.

    ComputeShader cs

    Compute shader to which the constant buffer should be bound.

    Initialize()

    Initializing Hammersley constants.

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