Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::PrecisionHint

Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform.

Enums

NameDescription
Value

Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform.


Anchor
ab1e5e20dfedba97071bbeec8e8096e98
ab1e5e20dfedba97071bbeec8e8096e98

Value

...

public: enum Value
{
    FULL_PRECISION = 0,
    HALF_PRECISION = 1,
    DEFAULT_PRECISION = FULL_PRECISION
}

...

Enumeration for the precision hint. The hint is used depending on whether the option is supported on the platform.

enumerators
FULL_PRECISION

32-bit per float precision

HALF_PRECISION

16-bit per float precision

DEFAULT_PRECISION