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. |
Anchor | ||||
---|---|---|---|---|
|
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 |