Class ComputeInfo | Barracuda | 1.1.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ComputeInfo

    Inheritance
    Object
    ComputeInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Barracuda
    Syntax
    public class ComputeInfo

    Fields

    channelsOrder

    EXPERIMENTAL: Select Channel order of the compute backends. Production code should stick to default (NHWC) for now.

    Declaration
    public static ComputeInfo.ChannelsOrder channelsOrder
    Field Value
    Type Description
    ComputeInfo.ChannelsOrder

    graphicsDeviceVendor

    Declaration
    public static string graphicsDeviceVendor
    Field Value
    Type Description
    String

    maxComputeWorkGroupSize

    Declaration
    public static uint maxComputeWorkGroupSize
    Field Value
    Type Description
    UInt32

    supportsCompute

    Declaration
    public static bool supportsCompute
    Field Value
    Type Description
    Boolean

    supportsComputeSharedMemory

    Declaration
    public static bool supportsComputeSharedMemory
    Field Value
    Type Description
    Boolean

    supportsDense32x32

    Declaration
    public static bool supportsDense32x32
    Field Value
    Type Description
    Boolean

    supportsDense64x64

    Declaration
    public static bool supportsDense64x64
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 15 October 2020