Show / Hide Table of Contents

    Enum CudaMipmappedArrayNumChannels

    Number of channels in array

    Namespace: ManagedCuda
    Assembly: ManagedCuda.dll
    Syntax
    public enum CudaMipmappedArrayNumChannels

    Fields

    Name Description
    Four

    Four channels, e.g. float4, int4

    One

    One channel, e.g. float1, int1, float, int

    Two

    Two channels, e.g. float2, int2

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX