Show / Hide Table of Contents

    Enum CUresourceViewFormat

    Resource view format

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUresourceViewFormat

    Fields

    Name Description
    Float1X16

    1 channel 16-bit floating point

    Float1X32

    1 channel 32-bit floating point

    Float2X16

    2 channel 16-bit floating point

    Float2X32

    2 channel 32-bit floating point

    Float4X16

    4 channel 16-bit floating point

    Float4X32

    4 channel 32-bit floating point

    None

    No resource view format (use underlying resource format)

    SignedBC4

    Block compressed 4 signed

    SignedBC5

    Block compressed 5 signed

    SignedBC6H

    Block compressed 6 signed half-float

    Sint1X16

    1 channel signed 16-bit integers

    Sint1X32

    1 channel signed 32-bit integers

    Sint1X8

    1 channel signed 8-bit integers

    Sint2X16

    2 channel signed 16-bit integers

    Sint2X32

    2 channel signed 32-bit integers

    Sint2X8

    2 channel signed 8-bit integers

    Sint4X16

    4 channel signed 16-bit integers

    Sint4X32

    4 channel signed 32-bit integers

    Sint4X8

    4 channel signed 8-bit integers

    Uint1X16

    1 channel unsigned 16-bit integers

    Uint1X32

    1 channel unsigned 32-bit integers

    Uint1X8

    1 channel unsigned 8-bit integers

    Uint2X16

    2 channel unsigned 16-bit integers

    Uint2X32

    2 channel unsigned 32-bit integers

    Uint2X8

    2 channel unsigned 8-bit integers

    Uint4X16

    4 channel unsigned 16-bit integers

    Uint4X32

    4 channel unsigned 32-bit integers

    Uint4X8

    4 channel unsigned 8-bit integers

    UnsignedBC1

    Block compressed 1

    UnsignedBC2

    Block compressed 2

    UnsignedBC3

    Block compressed 3

    UnsignedBC4

    Block compressed 4 unsigned

    UnsignedBC5

    Block compressed 5 unsigned

    UnsignedBC6H

    Block compressed 6 unsigned half-float

    UnsignedBC7

    Block compressed 7

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