@lakuna/ugl
    Preparing search index...

    Enumeration DataType

    Types of data that can be stored as components in a buffer.

    Index

    Enumeration Members

    BYTE: 5120

    An 8-bit signed integer with values in the range [-0x80,0x80).

    FLOAT: 5126

    A 32-bit signed floating-point number.

    HALF_FLOAT: 5131

    A 16-bit signed floating-point number.

    INT: 5124

    A 32-bit signed integer.

    INT_2_10_10_10_REV: 36255

    A 32-bit signed integer with values in the range [-0x200,0x200).

    SHORT: 5122

    A 16-bit signed integer with values in the range [-0x8000,0x8000).

    UNSIGNED_BYTE: 5121

    An 8-bit unsigned integer with values in the range [0x0,0x100).

    UNSIGNED_INT: 5125

    A 32-bit unsigned integer.

    UNSIGNED_INT_2_10_10_10_REV: 33640

    A 32-bit unsigned integer with values in the range [0x0,0x400).

    UNSIGNED_SHORT: 5123

    A 16-bit unsigned integer with values in the range [0x0,0x10000).