Struct ComputeKernelLibrary.Entry | Barracuda | 0.4.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ComputeKernelLibrary.Entry

    Namespace: Barracuda
    Syntax
    public struct Entry

    Constructors

    Entry(String, Int32[], Single, ComputeKernelLibrary.StrictDimensions)

    Declaration
    public Entry(string name_, int[] dispatch_, float bigO_, ComputeKernelLibrary.StrictDimensions strictDims)
    Parameters
    Type Name Description
    String name_
    Int32[] dispatch_
    Single bigO_
    ComputeKernelLibrary.StrictDimensions strictDims

    Entry(String, Int32[], Single, Boolean)

    Declaration
    public Entry(string name_, int[] dispatch_, float bigO_ = 1F, bool valid_ = true)
    Parameters
    Type Name Description
    String name_
    Int32[] dispatch_
    Single bigO_
    Boolean valid_

    Entry(String, Int32[], Single, UInt32)

    Declaration
    public Entry(string name_, int[] dispatch_, float bigO_, uint loopStride_)
    Parameters
    Type Name Description
    String name_
    Int32[] dispatch_
    Single bigO_
    UInt32 loopStride_

    Fields

    bigO

    Declaration
    public readonly float bigO
    Field Value
    Type Description
    Single

    dispatch

    Declaration
    public readonly int[] dispatch
    Field Value
    Type Description
    Int32[]

    loopStride

    Declaration
    public readonly uint loopStride
    Field Value
    Type Description
    UInt32

    name

    Declaration
    public readonly string name
    Field Value
    Type Description
    String

    strict

    Declaration
    public readonly bool strict
    Field Value
    Type Description
    Boolean

    valid

    Declaration
    public readonly bool valid
    Field Value
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023