This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::PrecisionHint

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

Enums

Name Description
Value

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


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
  • No labels